Reference documentation and code samples for the Backup for GKE V1 API class Google::Cloud::GkeBackup::V1::NamespacedName.
A reference to a namespaced resource in Kubernetes.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#name
def name() -> ::String
Returns
- (::String) — The name of the Kubernetes resource.
#name=
def name=(value) -> ::String
Parameter
- value (::String) — The name of the Kubernetes resource.
Returns
- (::String) — The name of the Kubernetes resource.
#namespace
def namespace() -> ::String
Returns
- (::String) — The Namespace of the Kubernetes resource.
#namespace=
def namespace=(value) -> ::String
Parameter
- value (::String) — The Namespace of the Kubernetes resource.
Returns
- (::String) — The Namespace of the Kubernetes resource.