pulumi-kubernetes-kotlin
4.5.2.0
pulumi-kubernetes-kotlin
/
com.pulumi.kubernetes.core.v1.kotlin
/
ReplicationControllerArgs
/
ReplicationControllerArgs
Replication
Controller
Args
fun
ReplicationControllerArgs
(
apiVersion
:
Output
<
String
>
?
=
null
,
kind
:
Output
<
String
>
?
=
null
,
metadata
:
Output
<
ObjectMetaArgs
>
?
=
null
,
spec
:
Output
<
ReplicationControllerSpecArgs
>
?
=
null
)