View Source GoogleApi.GKEHub.V1.Model.ConfigManagementPolicyControllerState (google_api_gke_hub v0.16.0)
State for PolicyControllerState.
Attributes
-
deploymentState
(type:GoogleApi.GKEHub.V1.Model.ConfigManagementGatekeeperDeploymentState.t
, default:nil
) - The state about the policy controller installation. -
migration
(type:GoogleApi.GKEHub.V1.Model.ConfigManagementPolicyControllerMigration.t
, default:nil
) - Record state of ACM -> PoCo Hub migration for this feature. -
version
(type:GoogleApi.GKEHub.V1.Model.ConfigManagementPolicyControllerVersion.t
, default:nil
) - The version of Gatekeeper Policy Controller deployed.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.GKEHub.V1.Model.ConfigManagementPolicyControllerState{ deploymentState: GoogleApi.GKEHub.V1.Model.ConfigManagementGatekeeperDeploymentState.t() | nil, migration: GoogleApi.GKEHub.V1.Model.ConfigManagementPolicyControllerMigration.t() | nil, version: GoogleApi.GKEHub.V1.Model.ConfigManagementPolicyControllerVersion.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.