Uses of Interface
k8s.io.api.core.v1.Generated.TolerationOrBuilder
-
Packages that use Generated.TolerationOrBuilder Package Description k8s.io.api.core.v1 -
-
Uses of Generated.TolerationOrBuilder in k8s.io.api.core.v1
Classes in k8s.io.api.core.v1 that implement Generated.TolerationOrBuilder Modifier and Type Class Description static classGenerated.TolerationThe pod this Toleration is attached to tolerates any taint that matches the triple <key,value,effect> using the matching operator <operator>.static classGenerated.Toleration.BuilderThe pod this Toleration is attached to tolerates any taint that matches the triple <key,value,effect> using the matching operator <operator>.Methods in k8s.io.api.core.v1 that return Generated.TolerationOrBuilder Modifier and Type Method Description Generated.TolerationOrBuilderGenerated.PodSpec.Builder. getTolerationsOrBuilder(int index)If specified, the pod's tolerations.Generated.TolerationOrBuilderGenerated.PodSpec. getTolerationsOrBuilder(int index)If specified, the pod's tolerations.Generated.TolerationOrBuilderGenerated.PodSpecOrBuilder. getTolerationsOrBuilder(int index)If specified, the pod's tolerations.Methods in k8s.io.api.core.v1 that return types with arguments of type Generated.TolerationOrBuilder Modifier and Type Method Description List<? extends Generated.TolerationOrBuilder>Generated.PodSpec.Builder. getTolerationsOrBuilderList()If specified, the pod's tolerations.List<? extends Generated.TolerationOrBuilder>Generated.PodSpec. getTolerationsOrBuilderList()If specified, the pod's tolerations.List<? extends Generated.TolerationOrBuilder>Generated.PodSpecOrBuilder. getTolerationsOrBuilderList()If specified, the pod's tolerations.
-