Cluster Bootstrap Script Node Selector
data class ClusterBootstrapScriptNodeSelector(val nodeGroupId: String? = null, val nodeGroupIds: List<String>? = null, val nodeGroupName: String? = null, val nodeGroupNames: List<String>? = null, val nodeGroupTypes: List<String>? = null, val nodeNames: List<String>? = null, val nodeSelectType: String)
Properties
Link copied to clipboard
Link copied to clipboard
The bootstrap scripts execution target node group ids.
Link copied to clipboard
Link copied to clipboard
The bootstrap scripts execution target node group names.
Link copied to clipboard
The bootstrap scripts execution target node group types.
Link copied to clipboard
The bootstrap scripts execution target node select type. Supported value: NODE, NODEGROUP or CLUSTER.