Backup for GKE v1 API - Class NamespacedName (2.1.0)

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

Reference documentation and code samples for the Backup for GKE v1 API class NamespacedName.

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