Reference documentation and code samples for the Anthos Multi-Cloud V1 API class Google::Cloud::GkeMultiCloud::V1::Label.
Label defines the additional fields for labels for pods created by auto-installed components.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#key
def key() -> ::String
Returns
- (::String) — This is the key of the label.
#key=
def key=(value) -> ::String
Parameter
- value (::String) — This is the key of the label.
Returns
- (::String) — This is the key of the label.
#value
def value() -> ::String
Returns
- (::String) — This is the value of the label.
#value=
def value=(value) -> ::String
Parameter
- value (::String) — This is the value of the label.
Returns
- (::String) — This is the value of the label.