NamespacedName

A reference to a namespaced resource in Kubernetes.

JSON representation
{
  "namespace": string,
  "name": string
}
Fields
namespace

string

The Namespace of the Kubernetes resource.

name

string

The name of the Kubernetes resource.