Uses of Interface
k8s.io.api.core.v1.Generated.PodIPOrBuilder
-
Packages that use Generated.PodIPOrBuilder Package Description k8s.io.api.core.v1 -
-
Uses of Generated.PodIPOrBuilder in k8s.io.api.core.v1
Classes in k8s.io.api.core.v1 that implement Generated.PodIPOrBuilder Modifier and Type Class Description static classGenerated.PodIPPodIP represents a single IP address allocated to the pod.static classGenerated.PodIP.BuilderPodIP represents a single IP address allocated to the pod.Methods in k8s.io.api.core.v1 that return Generated.PodIPOrBuilder Modifier and Type Method Description Generated.PodIPOrBuilderGenerated.PodStatus.Builder. getPodIPsOrBuilder(int index)podIPs holds the IP addresses allocated to the pod.Generated.PodIPOrBuilderGenerated.PodStatus. getPodIPsOrBuilder(int index)podIPs holds the IP addresses allocated to the pod.Generated.PodIPOrBuilderGenerated.PodStatusOrBuilder. getPodIPsOrBuilder(int index)podIPs holds the IP addresses allocated to the pod.Methods in k8s.io.api.core.v1 that return types with arguments of type Generated.PodIPOrBuilder Modifier and Type Method Description List<? extends Generated.PodIPOrBuilder>Generated.PodStatus.Builder. getPodIPsOrBuilderList()podIPs holds the IP addresses allocated to the pod.List<? extends Generated.PodIPOrBuilder>Generated.PodStatus. getPodIPsOrBuilderList()podIPs holds the IP addresses allocated to the pod.List<? extends Generated.PodIPOrBuilder>Generated.PodStatusOrBuilder. getPodIPsOrBuilderList()podIPs holds the IP addresses allocated to the pod.
-