initialAgentPoolConfigurations

@JvmName(name = "gcfsagtqlfuuyqlh")
suspend fun initialAgentPoolConfigurations(value: Output<List<InitialAgentPoolConfigurationArgs>>)
@JvmName(name = "rjukhramltaihncl")
suspend fun initialAgentPoolConfigurations(value: List<InitialAgentPoolConfigurationArgs>?)

Parameters

value

The agent pools that are created with this Kubernetes cluster for running critical system services and workloads. This data in this field is only used during creation, and the field will be empty following the creation of the Kubernetes Cluster. After creation, the management of agent pools is done using the agentPools sub-resource.


@JvmName(name = "okegxggkndqaiher")
suspend fun initialAgentPoolConfigurations(vararg values: Output<InitialAgentPoolConfigurationArgs>)


@JvmName(name = "oinxlphspwljqmlo")
suspend fun initialAgentPoolConfigurations(values: List<Output<InitialAgentPoolConfigurationArgs>>)
@JvmName(name = "wqargngmdbfpgirc")
suspend fun initialAgentPoolConfigurations(vararg values: InitialAgentPoolConfigurationArgs)

Parameters

values

The agent pools that are created with this Kubernetes cluster for running critical system services and workloads. This data in this field is only used during creation, and the field will be empty following the creation of the Kubernetes Cluster. After creation, the management of agent pools is done using the agentPools sub-resource.


@JvmName(name = "fbacgqlrlcmajnum")
suspend fun initialAgentPoolConfigurations(argument: List<suspend InitialAgentPoolConfigurationArgsBuilder.() -> Unit>)
@JvmName(name = "nwngbhfjjvyddlbd")
suspend fun initialAgentPoolConfigurations(vararg argument: suspend InitialAgentPoolConfigurationArgsBuilder.() -> Unit)
@JvmName(name = "thhsyhfbsjhypjds")
suspend fun initialAgentPoolConfigurations(argument: suspend InitialAgentPoolConfigurationArgsBuilder.() -> Unit)

Parameters

argument

The agent pools that are created with this Kubernetes cluster for running critical system services and workloads. This data in this field is only used during creation, and the field will be empty following the creation of the Kubernetes Cluster. After creation, the management of agent pools is done using the agentPools sub-resource.