Class: Google::Apis::GkehubV1beta::ConfigManagementGatekeeperDeploymentState

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/gkehub_v1beta/classes.rb,
lib/google/apis/gkehub_v1beta/representations.rb,
lib/google/apis/gkehub_v1beta/representations.rb

Overview

State of Policy Controller installation.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ ConfigManagementGatekeeperDeploymentState

Returns a new instance of ConfigManagementGatekeeperDeploymentState.



757
758
759
# File 'lib/google/apis/gkehub_v1beta/classes.rb', line 757

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#gatekeeper_auditString

Status of gatekeeper-audit deployment. Corresponds to the JSON property gatekeeperAudit

Returns:

  • (String)


750
751
752
# File 'lib/google/apis/gkehub_v1beta/classes.rb', line 750

def gatekeeper_audit
  @gatekeeper_audit
end

#gatekeeper_controller_manager_stateString

Status of gatekeeper-controller-manager pod. Corresponds to the JSON property gatekeeperControllerManagerState

Returns:

  • (String)


755
756
757
# File 'lib/google/apis/gkehub_v1beta/classes.rb', line 755

def gatekeeper_controller_manager_state
  @gatekeeper_controller_manager_state
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



762
763
764
765
# File 'lib/google/apis/gkehub_v1beta/classes.rb', line 762

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