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.
Implements
IMessageResourceLabels, IEquatableResourceLabels, IDeepCloneableResourceLabels, IBufferMessage, IMessageNamespace
GoogleGoogle.CloudGoogle.Cloud.ContainerV1Assembly
Google.Cloud.Container.V1.dll
Constructors
ResourceLabels()
public ResourceLabels()
ResourceLabels(ResourceLabels)
public ResourceLabels(ResourceLabels other)
Parameter | |
---|---|
Name | Description |
other | ResourceLabels |
Properties
Labels
public MapField<string, string> Labels { get; }
Map of node label keys and node label values.
Property Value | |
---|---|
Type | Description |
MapFieldstringstring |