toggle menu
pulumi-kubernetes-kotlin
4.23.0.0
jvm
switch theme
search in API
pulumi-kubernetes-kotlin
/
com.pulumi.kubernetes.core.v1.kotlin.inputs
/
PodIPArgs
Pod
IPArgs
data
class
PodIPArgs
(
val
ip
:
Output
<
String
>
)
:
ConvertibleToJava
<
PodIPArgs
>
PodIP represents a single IP address allocated to the pod.
Members
Constructors
Pod
IPArgs
Link copied to clipboard
constructor
(
ip
:
Output
<
String
>
)
Properties
ip
Link copied to clipboard
val
ip
:
Output
<
String
>
IP is the IP address assigned to the pod
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
PodIPArgs