Class: Google::Cloud::GkeHub::ConfigManagement::V1::GatekeeperDeploymentState
- Inherits:
-
Object
- Object
- Google::Cloud::GkeHub::ConfigManagement::V1::GatekeeperDeploymentState
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/gkehub/v1/configmanagement/configmanagement.rb
Overview
State of Policy Controller installation.
Instance Attribute Summary collapse
-
#gatekeeper_audit ⇒ ::Google::Cloud::GkeHub::ConfigManagement::V1::DeploymentState
Status of gatekeeper-audit deployment.
-
#gatekeeper_controller_manager_state ⇒ ::Google::Cloud::GkeHub::ConfigManagement::V1::DeploymentState
Status of gatekeeper-controller-manager pod.
Instance Attribute Details
#gatekeeper_audit ⇒ ::Google::Cloud::GkeHub::ConfigManagement::V1::DeploymentState
Returns Status of gatekeeper-audit deployment.
558 559 560 561 |
# File 'proto_docs/google/cloud/gkehub/v1/configmanagement/configmanagement.rb', line 558 class GatekeeperDeploymentState include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#gatekeeper_controller_manager_state ⇒ ::Google::Cloud::GkeHub::ConfigManagement::V1::DeploymentState
Returns Status of gatekeeper-controller-manager pod.
558 559 560 561 |
# File 'proto_docs/google/cloud/gkehub/v1/configmanagement/configmanagement.rb', line 558 class GatekeeperDeploymentState include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |