GKE Hub v1 API - Class GatekeeperDeploymentState (2.5.0)

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.

Inheritance

object > GatekeeperDeploymentState

Namespace

Google.Cloud.GkeHub.V1.ConfigManagement

Assembly

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