Class: Google::Cloud::Container::V1::NodeLabels
- Inherits:
-
Object
- Object
- Google::Cloud::Container::V1::NodeLabels
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/container/v1/cluster_service.rb
Overview
Collection of node-level Kubernetes labels.
Defined Under Namespace
Classes: LabelsEntry
Instance Attribute Summary collapse
-
#labels ⇒ ::Google::Protobuf::Map{::String => ::String}
Map of node label keys and node label values.
Instance Attribute Details
#labels ⇒ ::Google::Protobuf::Map{::String => ::String}
Returns Map of node label keys and node label values.
710 711 712 713 714 715 716 717 718 719 720 721 722 |
# File 'proto_docs/google/container/v1/cluster_service.rb', line 710 class NodeLabels include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |