ParamKindPatch

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

ParamKind is a tuple of Group Kind and Version.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val apiVersion: String? = null

APIVersion is the API group version the resources belong to. In format of "group/version". Required.

Link copied to clipboard
val kind: String? = null

Kind is the API kind the resources belong to. Required.