View Source GoogleApi.GKEHub.V1.Model.ConfigManagementGatekeeperDeploymentState (google_api_gke_hub v0.16.0)

State of Policy Controller installation.

Attributes

  • gatekeeperAudit (type: String.t, default: nil) - Status of gatekeeper-audit deployment.
  • gatekeeperControllerManagerState (type: String.t, default: nil) - Status of gatekeeper-controller-manager pod.
  • gatekeeperMutation (type: String.t, default: nil) - Status of the pod serving the mutation webhook.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.GKEHub.V1.Model.ConfigManagementGatekeeperDeploymentState{
  gatekeeperAudit: String.t() | nil,
  gatekeeperControllerManagerState: String.t() | nil,
  gatekeeperMutation: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.