public sealed class PolicyControllerVersion : IMessage<PolicyControllerVersion>, IEquatable<PolicyControllerVersion>, IDeepCloneable<PolicyControllerVersion>, IBufferMessage, IMessageThe build version of Gatekeeper Policy Controller is using.
Implements
IMessage<PolicyControllerVersion>, System.IEquatable<PolicyControllerVersion>, IDeepCloneable<PolicyControllerVersion>, IBufferMessage, IMessageNamespace
Google.Cloud.GkeHub.V1.ConfigManagementAssembly
Google.Cloud.GkeHub.V1.dll
Constructors
PolicyControllerVersion()
public PolicyControllerVersion()PolicyControllerVersion(PolicyControllerVersion)
public PolicyControllerVersion(PolicyControllerVersion other)| Parameter | |
|---|---|
| Name | Description |
other |
PolicyControllerVersion |
Properties
Version
public string Version { get; set; }The gatekeeper image tag that is composed of ACM version, git tag, build number.
| Property Value | |
|---|---|
| Type | Description |
System.String |
|