NamespacedNameResponse

data class NamespacedNameResponse(val name: String, val namespace: String)

A reference to a namespaced resource in Kubernetes.

Constructors

Link copied to clipboard
fun NamespacedNameResponse(name: String, namespace: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of the Kubernetes resource.

Link copied to clipboard

The Namespace of the Kubernetes resource.