CrossVersionObjectReference

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

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

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val apiVersion: String? = null

API version of the referent

Link copied to clipboard

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

Link copied to clipboard

Name of the referent; More info: http://kubernetes.io/docs/user-guide/identifiers#names