ObjectReferenceDefinitionResponse

data class ObjectReferenceDefinitionResponse(val name: String? = null, val namespace: String? = null)

Object reference to a Kubernetes object on a cluster

Constructors

Link copied to clipboard
constructor(name: String? = null, namespace: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val name: String? = null

Name of the object

Link copied to clipboard
val namespace: String? = null

Namespace of the object