Class ConfigManagementGatekeeperDeploymentState
State of Policy Controller installation.
Implements
Inherited Members
Namespace: Google.Apis.GKEHub.v2.Data
Assembly: Google.Apis.GKEHub.v2.dll
Syntax
public class ConfigManagementGatekeeperDeploymentState : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
GatekeeperAudit
Status of gatekeeper-audit deployment.
Declaration
[JsonProperty("gatekeeperAudit")]
public virtual string GatekeeperAudit { get; set; }
Property Value
Type | Description |
---|---|
string |
GatekeeperControllerManagerState
Status of gatekeeper-controller-manager pod.
Declaration
[JsonProperty("gatekeeperControllerManagerState")]
public virtual string GatekeeperControllerManagerState { get; set; }
Property Value
Type | Description |
---|---|
string |
GatekeeperMutation
Status of the pod serving the mutation webhook.
Declaration
[JsonProperty("gatekeeperMutation")]
public virtual string GatekeeperMutation { get; set; }
Property Value
Type | Description |
---|---|
string |