Uses of Interface
k8s.io.api.core.v1.Generated.HostIPOrBuilder
-
Packages that use Generated.HostIPOrBuilder Package Description k8s.io.api.core.v1 -
-
Uses of Generated.HostIPOrBuilder in k8s.io.api.core.v1
Classes in k8s.io.api.core.v1 that implement Generated.HostIPOrBuilder Modifier and Type Class Description static classGenerated.HostIPHostIP represents a single IP address allocated to the host.static classGenerated.HostIP.BuilderHostIP represents a single IP address allocated to the host.Methods in k8s.io.api.core.v1 that return Generated.HostIPOrBuilder Modifier and Type Method Description Generated.HostIPOrBuilderGenerated.PodStatus.Builder. getHostIPsOrBuilder(int index)hostIPs holds the IP addresses allocated to the host.Generated.HostIPOrBuilderGenerated.PodStatus. getHostIPsOrBuilder(int index)hostIPs holds the IP addresses allocated to the host.Generated.HostIPOrBuilderGenerated.PodStatusOrBuilder. getHostIPsOrBuilder(int index)hostIPs holds the IP addresses allocated to the host.Methods in k8s.io.api.core.v1 that return types with arguments of type Generated.HostIPOrBuilder Modifier and Type Method Description List<? extends Generated.HostIPOrBuilder>Generated.PodStatus.Builder. getHostIPsOrBuilderList()hostIPs holds the IP addresses allocated to the host.List<? extends Generated.HostIPOrBuilder>Generated.PodStatus. getHostIPsOrBuilderList()hostIPs holds the IP addresses allocated to the host.List<? extends Generated.HostIPOrBuilder>Generated.PodStatusOrBuilder. getHostIPsOrBuilderList()hostIPs holds the IP addresses allocated to the host.
-