Uses of Interface
k8s.io.api.core.v1.Generated.PodConditionOrBuilder
-
Packages that use Generated.PodConditionOrBuilder Package Description k8s.io.api.core.v1 -
-
Uses of Generated.PodConditionOrBuilder in k8s.io.api.core.v1
Classes in k8s.io.api.core.v1 that implement Generated.PodConditionOrBuilder Modifier and Type Class Description static classGenerated.PodConditionPodCondition contains details for the current condition of this pod.static classGenerated.PodCondition.BuilderPodCondition contains details for the current condition of this pod.Methods in k8s.io.api.core.v1 that return Generated.PodConditionOrBuilder Modifier and Type Method Description Generated.PodConditionOrBuilderGenerated.PodStatus.Builder. getConditionsOrBuilder(int index)Current service state of pod.Generated.PodConditionOrBuilderGenerated.PodStatus. getConditionsOrBuilder(int index)Current service state of pod.Generated.PodConditionOrBuilderGenerated.PodStatusOrBuilder. getConditionsOrBuilder(int index)Current service state of pod.Methods in k8s.io.api.core.v1 that return types with arguments of type Generated.PodConditionOrBuilder Modifier and Type Method Description List<? extends Generated.PodConditionOrBuilder>Generated.PodStatus.Builder. getConditionsOrBuilderList()Current service state of pod.List<? extends Generated.PodConditionOrBuilder>Generated.PodStatus. getConditionsOrBuilderList()Current service state of pod.List<? extends Generated.PodConditionOrBuilder>Generated.PodStatusOrBuilder. getConditionsOrBuilderList()Current service state of pod.
-