CrossVersionObjectReferenceArgs

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

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

Constructors

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

Properties

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

API version of the referent

Link copied to clipboard
val kind: Output<String>

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>

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

Functions

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