Class: Google::Cloud::Container::V1beta1::ProtectConfig

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/container/v1beta1/cluster_service.rb

Overview

ProtectConfig defines the flags needed to enable/disable features for the Protect API.

Instance Attribute Summary collapse

Instance Attribute Details

#workload_config::Google::Cloud::Container::V1beta1::WorkloadConfig

Returns WorkloadConfig defines which actions are enabled for a cluster's workload configurations.

Returns:



1632
1633
1634
1635
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 1632

class ProtectConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end