ipAllocationPolicy

@JvmName(name = "fvrdeouflvgcctya")
suspend fun ipAllocationPolicy(value: Output<ClusterIpAllocationPolicyArgs>)
@JvmName(name = "nfctlievobkehcax")
suspend fun ipAllocationPolicy(value: ClusterIpAllocationPolicyArgs?)

Parameters

value

Configuration of cluster IP allocation for VPC-native clusters. Adding this block enables IP aliasing, making the cluster VPC-native instead of routes-based. Structure is documented below.


@JvmName(name = "flmqflrnyklavwjs")
suspend fun ipAllocationPolicy(argument: suspend ClusterIpAllocationPolicyArgsBuilder.() -> Unit)

Parameters

argument

Configuration of cluster IP allocation for VPC-native clusters. Adding this block enables IP aliasing, making the cluster VPC-native instead of routes-based. Structure is documented below.