Class: Google::Cloud::Container::V1beta1::ResourceLabels
- Inherits:
-
Object
- Object
- Google::Cloud::Container::V1beta1::ResourceLabels
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/container/v1beta1/cluster_service.rb
Overview
Collection of GCP 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.
690 691 692 693 694 695 696 697 698 699 700 701 702 |
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 690 class ResourceLabels 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 |