GKE Hub v1 API - Class PolicyControllerState (2.3.0)

public sealed class PolicyControllerState : IMessage<PolicyControllerState>, IEquatable<PolicyControllerState>, IDeepCloneable<PolicyControllerState>, IBufferMessage, IMessage

Reference documentation and code samples for the GKE Hub v1 API class PolicyControllerState.

State for PolicyControllerState.

Inheritance

object > PolicyControllerState

Namespace

Google.Cloud.GkeHub.V1.ConfigManagement

Assembly

Google.Cloud.GkeHub.V1.dll

Constructors

PolicyControllerState()

public PolicyControllerState()

PolicyControllerState(PolicyControllerState)

public PolicyControllerState(PolicyControllerState other)
Parameter
NameDescription
otherPolicyControllerState

Properties

DeploymentState

public GatekeeperDeploymentState DeploymentState { get; set; }

The state about the policy controller installation.

Property Value
TypeDescription
GatekeeperDeploymentState

Version

public PolicyControllerVersion Version { get; set; }

The version of Gatekeeper Policy Controller deployed.

Property Value
TypeDescription
PolicyControllerVersion