Class: Google::Cloud::Container::V1beta1::BinaryAuthorization

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

Overview

Configuration for Binary Authorization.

Instance Attribute Summary collapse

Instance Attribute Details

#enabled::Boolean

Returns Enable Binary Authorization for this cluster. If enabled, all container images will be validated by Google Binauthz.

Returns:

  • (::Boolean)

    Enable Binary Authorization for this cluster. If enabled, all container images will be validated by Google Binauthz.



887
888
889
890
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 887

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