Class PolicyControllerState (1.1.0)

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

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