Class NamespacedName (1.0.0-beta01)

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

A reference to a namespaced resource in Kubernetes.

Inheritance

Object > NamespacedName

Namespace

Google.Cloud.GkeBackup.V1

Assembly

Google.Cloud.GkeBackup.V1.dll

Constructors

NamespacedName()

public NamespacedName()

NamespacedName(NamespacedName)

public NamespacedName(NamespacedName other)
Parameter
NameDescription
otherNamespacedName

Properties

Name

public string Name { get; set; }

The name of the Kubernetes resource.

Property Value
TypeDescription
String

Namespace

public string Namespace { get; set; }

The Namespace of the Kubernetes resource.

Property Value
TypeDescription
String