Node Spec Patch
data class NodeSpecPatch(val configSource: NodeConfigSourcePatch? = null, val externalID: String? = null, val podCIDR: String? = null, val podCIDRs: List<String>? = null, val providerID: String? = null, val taints: List<TaintPatch>? = null, val unschedulable: Boolean? = null)
NodeSpec describes the attributes that a node is created with.
Constructors
Link copied to clipboard
fun NodeSpecPatch(configSource: NodeConfigSourcePatch? = null, externalID: String? = null, podCIDR: String? = null, podCIDRs: List<String>? = null, providerID: String? = null, taints: List<TaintPatch>? = null, unschedulable: Boolean? = null)