Show / Hide Table of Contents

Class ConfigManagementGatekeeperDeploymentState

State of Policy Controller installation.

Inheritance
object
ConfigManagementGatekeeperDeploymentState
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.GKEHub.v2beta.Data
Assembly: Google.Apis.GKEHub.v2beta.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX