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.
Implements
IMessageNamespacedName, IEquatableNamespacedName, IDeepCloneableNamespacedName, IBufferMessage, IMessageNamespace
Google.Cloud.GkeBackup.V1Assembly
Google.Cloud.GkeBackup.V1.dll
Constructors
NamespacedName()
public NamespacedName()
NamespacedName(NamespacedName)
public NamespacedName(NamespacedName other)
Parameter | |
---|---|
Name | Description |
other | NamespacedName |
Properties
Name
public string Name { get; set; }
The name of the Kubernetes resource.
Property Value | |
---|---|
Type | Description |
string |
Namespace
public string Namespace { get; set; }
The Namespace of the Kubernetes resource.
Property Value | |
---|---|
Type | Description |
string |