Uses of Interface
io.kubernetes.client.proto.V1.TolerationOrBuilder
-
Uses of V1.TolerationOrBuilder in io.kubernetes.client.proto
Classes in io.kubernetes.client.proto that implement V1.TolerationOrBuilderModifier and TypeClassDescriptionstatic final classThe pod this Toleration is attached to tolerates any taint that matches the triple <key,value,effect> using the matching operator <operator>.static final classThe pod this Toleration is attached to tolerates any taint that matches the triple <key,value,effect> using the matching operator <operator>.Methods in io.kubernetes.client.proto that return V1.TolerationOrBuilderModifier and TypeMethodDescriptionV1.PodSpec.Builder.getTolerationsOrBuilder(int index) If specified, the pod's tolerations.V1.PodSpec.getTolerationsOrBuilder(int index) If specified, the pod's tolerations.V1.PodSpecOrBuilder.getTolerationsOrBuilder(int index) If specified, the pod's tolerations.Methods in io.kubernetes.client.proto that return types with arguments of type V1.TolerationOrBuilderModifier and TypeMethodDescriptionList<? extends V1.TolerationOrBuilder>V1.PodSpec.Builder.getTolerationsOrBuilderList()If specified, the pod's tolerations.List<? extends V1.TolerationOrBuilder>V1.PodSpec.getTolerationsOrBuilderList()If specified, the pod's tolerations.List<? extends V1.TolerationOrBuilder>V1.PodSpecOrBuilder.getTolerationsOrBuilderList()If specified, the pod's tolerations.