CrossVersionObjectReferencePatch

data class CrossVersionObjectReferencePatch(val apiVersion: String? = null, val kind: String? = null, val name: String? = null)

CrossVersionObjectReference contains enough information to let you identify the referred resource.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val apiVersion: String? = null

apiVersion is the API version of the referent

Link copied to clipboard
val kind: String? = null

kind is the kind of the referent; More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds

Link copied to clipboard
val name: String? = null

name is the name of the referent; More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names