Uses of Interface
k8s.io.api.core.v1.Generated.PodOrBuilder
-
Packages that use Generated.PodOrBuilder Package Description k8s.io.api.core.v1 -
-
Uses of Generated.PodOrBuilder in k8s.io.api.core.v1
Classes in k8s.io.api.core.v1 that implement Generated.PodOrBuilder Modifier and Type Class Description static classGenerated.PodPod is a collection of containers that can run on a host.static classGenerated.Pod.BuilderPod is a collection of containers that can run on a host.Methods in k8s.io.api.core.v1 that return Generated.PodOrBuilder Modifier and Type Method Description Generated.PodOrBuilderGenerated.PodList.Builder. getItemsOrBuilder(int index)List of pods.Generated.PodOrBuilderGenerated.PodList. getItemsOrBuilder(int index)List of pods.Generated.PodOrBuilderGenerated.PodListOrBuilder. getItemsOrBuilder(int index)List of pods.Methods in k8s.io.api.core.v1 that return types with arguments of type Generated.PodOrBuilder Modifier and Type Method Description List<? extends Generated.PodOrBuilder>Generated.PodList.Builder. getItemsOrBuilderList()List of pods.List<? extends Generated.PodOrBuilder>Generated.PodList. getItemsOrBuilderList()List of pods.List<? extends Generated.PodOrBuilder>Generated.PodListOrBuilder. getItemsOrBuilderList()List of pods.
-