CrossVersionObjectReferencePatchArgs

data class CrossVersionObjectReferencePatchArgs(val apiVersion: Output<String>? = null, val kind: Output<String>? = null, val name: Output<String>? = null) : ConvertibleToJava<CrossVersionObjectReferencePatchArgs>

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

Constructors

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

Properties

Link copied to clipboard
val apiVersion: Output<String>? = null

apiVersion is the API version of the referent

Link copied to clipboard
val kind: Output<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: Output<String>? = null

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

Functions

Link copied to clipboard
open override fun toJava(): CrossVersionObjectReferencePatchArgs