pulumi-google-native-kotlin
0.31.1.1
pulumi-google-native-kotlin
/
com.pulumi.googlenative.container.v1beta1.kotlin.inputs
/
KalmConfigArgs
Kalm
Config
Args
data
class
KalmConfigArgs
(
val
enabled
:
Output
<
Boolean
>
?
=
null
)
:
ConvertibleToJava
<
KalmConfigArgs
>
Configuration options for the KALM addon.
Constructors
Functions
Properties
Constructors
Kalm
Config
Args
Link copied to clipboard
fun
KalmConfigArgs
(
enabled
:
Output
<
Boolean
>
?
=
null
)
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
KalmConfigArgs
Properties
enabled
Link copied to clipboard
val
enabled
:
Output
<
Boolean
>
?
=
null
Whether KALM is enabled for this cluster.