public sealed class PolicyControllerState : IMessage<PolicyControllerState>, IEquatable<PolicyControllerState>, IDeepCloneable<PolicyControllerState>, IBufferMessage, IMessage
State for PolicyControllerState.
Implements
IMessage<PolicyControllerState>, System.IEquatable<PolicyControllerState>, IDeepCloneable<PolicyControllerState>, IBufferMessage, IMessageNamespace
Google.Cloud.GkeHub.V1.ConfigManagementAssembly
Google.Cloud.GkeHub.V1.dll
Constructors
PolicyControllerState()
public PolicyControllerState()
PolicyControllerState(PolicyControllerState)
public PolicyControllerState(PolicyControllerState other)
Parameter | |
---|---|
Name | Description |
other | PolicyControllerState |
Properties
DeploymentState
public GatekeeperDeploymentState DeploymentState { get; set; }
The state about the policy controller installation.
Property Value | |
---|---|
Type | Description |
GatekeeperDeploymentState |
Version
public PolicyControllerVersion Version { get; set; }
The version of Gatekeeper Policy Controller deployed.
Property Value | |
---|---|
Type | Description |
PolicyControllerVersion |