class Google::Apis::GkehubV1beta::ConfigManagementGatekeeperDeploymentState
State of Policy
Controller installation.
Attributes
gatekeeper_audit[RW]
Status of gatekeeper-audit deployment. Corresponds to the JSON property `gatekeeperAudit` @return [String]
gatekeeper_controller_manager_state[RW]
Status of gatekeeper-controller-manager pod. Corresponds to the JSON property `gatekeeperControllerManagerState` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/gkehub_v1beta/classes.rb, line 491 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_v1beta/classes.rb, line 496 def update!(**args) @gatekeeper_audit = args[:gatekeeper_audit] if args.key?(:gatekeeper_audit) @gatekeeper_controller_manager_state = args[:gatekeeper_controller_manager_state] if args.key?(:gatekeeper_controller_manager_state) end