pulumi-gcp-kotlin
6.67.0.0
pulumi-gcp-kotlin
/
com.pulumi.gcp.container.kotlin.inputs
/
AzureNodePoolMaxPodsConstraintArgs
Azure
Node
Pool
Max
Pods
Constraint
Args
data
class
AzureNodePoolMaxPodsConstraintArgs
(
val
maxPodsPerNode
:
Output
<
Int
>
)
:
ConvertibleToJava
<
AzureNodePoolMaxPodsConstraintArgs
>
Constructors
Functions
Properties
Constructors
Azure
Node
Pool
Max
Pods
Constraint
Args
Link copied to clipboard
fun
AzureNodePoolMaxPodsConstraintArgs
(
maxPodsPerNode
:
Output
<
Int
>
)
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
AzureNodePoolMaxPodsConstraintArgs
Properties
max
Pods
Per
Node
Link copied to clipboard
val
maxPodsPerNode
:
Output
<
Int
>
The maximum number of pods to schedule on a single node.