public sealed class PolicyControllerState : IMessage<PolicyControllerState>, IEquatable<PolicyControllerState>, IDeepCloneable<PolicyControllerState>, IBufferMessage, IMessageReference documentation and code samples for the GKE Hub v1 API class PolicyControllerState.
State for PolicyControllerState.
Implements
IMessagePolicyControllerState, IEquatablePolicyControllerState, IDeepCloneablePolicyControllerState, 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 |
|