pulumi-google-native-kotlin
0.31.1.1
pulumi-google-native-kotlin
/
com.pulumi.googlenative.container.v1.kotlin.inputs
/
MaxPodsConstraintArgs
Max
Pods
Constraint
Args
data
class
MaxPodsConstraintArgs
(
val
maxPodsPerNode
:
Output
<
String
>
?
=
null
)
:
ConvertibleToJava
<
MaxPodsConstraintArgs
>
Constraints applied to pods.
Constructors
Functions
Properties
Constructors
Max
Pods
Constraint
Args
Link copied to clipboard
fun
MaxPodsConstraintArgs
(
maxPodsPerNode
:
Output
<
String
>
?
=
null
)
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
MaxPodsConstraintArgs
Properties
max
Pods
Per
Node
Link copied to clipboard
val
maxPodsPerNode
:
Output
<
String
>
?
=
null
Constraint enforced on the max num of pods per node.