Class: Google::Cloud::Container::V1beta1::ContainerdConfig::RegistryHostConfig::RegistryHeader

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

Overview

RegistryHeader configures headers for the registry.

Instance Attribute Summary collapse

Instance Attribute Details

#key::String

Returns Key configures the header key.

Returns:

  • (::String)

    Key configures the header key.



1729
1730
1731
1732
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 1729

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

#value::Array<::String>

Returns Value configures the header value.

Returns:

  • (::Array<::String>)

    Value configures the header value.



1729
1730
1731
1732
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 1729

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