Anthos Multi-Cloud v1 API - Class Label (2.10.0)

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

Reference documentation and code samples for the Anthos Multi-Cloud v1 API class Label.

Label defines the additional fields for labels for pods created by auto-installed components.

Inheritance

object > Label

Namespace

Google.Cloud.GkeMultiCloud.V1

Assembly

Google.Cloud.GkeMultiCloud.V1.dll

Constructors

Label()

public Label()

Label(Label)

public Label(Label other)
Parameter
Name Description
other Label

Properties

Key

public string Key { get; set; }

This is the key of the label.

Property Value
Type Description
string

Value

public string Value { get; set; }

This is the value of the label.

Property Value
Type Description
string