Class: Google::Cloud::Container::V1beta1::BinaryAuthorization::PolicyBinding
- Inherits:
-
Object
- Object
- Google::Cloud::Container::V1beta1::BinaryAuthorization::PolicyBinding
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/container/v1beta1/cluster_service.rb
Overview
Binauthz policy that applies to this cluster.
Instance Attribute Summary collapse
-
#name ⇒ ::String
The relative resource name of the binauthz platform policy to evaluate.
Instance Attribute Details
#name ⇒ ::String
Returns The relative resource name of the binauthz platform policy to evaluate.
GKE platform policies have the following format:
projects/{project_number}/platforms/gke/policies/{policy_id}
.
1637 1638 1639 1640 |
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 1637 class PolicyBinding include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |