class Google::Apis::GkehubV1alpha::ConfigManagementPolicyControllerState
State for PolicyControllerState.
Attributes
deployment_state[RW]
State of Policy
Controller installation. Corresponds to the JSON property `deploymentState` @return [Google::Apis::GkehubV1alpha::ConfigManagementGatekeeperDeploymentState]
version[RW]
The build version of Gatekeeper Policy
Controller is using. Corresponds to the JSON property `version` @return [Google::Apis::GkehubV1alpha::ConfigManagementPolicyControllerVersion]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/gkehub_v1alpha/classes.rb, line 978 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/gkehub_v1alpha/classes.rb, line 983 def update!(**args) @deployment_state = args[:deployment_state] if args.key?(:deployment_state) @version = args[:version] if args.key?(:version) end