public sealed class GatekeeperDeploymentState : IMessage<GatekeeperDeploymentState>, IEquatable<GatekeeperDeploymentState>, IDeepCloneable<GatekeeperDeploymentState>, IBufferMessage, IMessage
Reference documentation and code samples for the GKE Hub v1 API class GatekeeperDeploymentState.
State of Policy Controller installation.
Implements
IMessageGatekeeperDeploymentState, IEquatableGatekeeperDeploymentState, IDeepCloneableGatekeeperDeploymentState, IBufferMessage, IMessageNamespace
Google.Cloud.GkeHub.V1.ConfigManagementAssembly
Google.Cloud.GkeHub.V1.dll
Constructors
GatekeeperDeploymentState()
public GatekeeperDeploymentState()
GatekeeperDeploymentState(GatekeeperDeploymentState)
public GatekeeperDeploymentState(GatekeeperDeploymentState other)
Parameter | |
---|---|
Name | Description |
other |
GatekeeperDeploymentState |
Properties
GatekeeperAudit
public DeploymentState GatekeeperAudit { get; set; }
Status of gatekeeper-audit deployment.
Property Value | |
---|---|
Type | Description |
DeploymentState |
GatekeeperControllerManagerState
public DeploymentState GatekeeperControllerManagerState { get; set; }
Status of gatekeeper-controller-manager pod.
Property Value | |
---|---|
Type | Description |
DeploymentState |