Google Kubernetes Engine v1 API - Class ResourceLabels (3.25.0)

public sealed class ResourceLabels : IMessage<ResourceLabels>, IEquatable<ResourceLabels>, IDeepCloneable<ResourceLabels>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Kubernetes Engine v1 API class ResourceLabels.

Collection of GCP labels.

Inheritance

object > ResourceLabels

Namespace

Google.Cloud.Container.V1

Assembly

Google.Cloud.Container.V1.dll

Constructors

ResourceLabels()

public ResourceLabels()

ResourceLabels(ResourceLabels)

public ResourceLabels(ResourceLabels other)
Parameter
NameDescription
otherResourceLabels

Properties

Labels

public MapField<string, string> Labels { get; }

Map of node label keys and node label values.

Property Value
TypeDescription
MapFieldstringstring