Uses of Interface
k8s.io.api.core.v1.Generated.TaintOrBuilder
-
Packages that use Generated.TaintOrBuilder Package Description k8s.io.api.core.v1 -
-
Uses of Generated.TaintOrBuilder in k8s.io.api.core.v1
Classes in k8s.io.api.core.v1 that implement Generated.TaintOrBuilder Modifier and Type Class Description static classGenerated.TaintThe node this Taint is attached to has the "effect" on any pod that does not tolerate the Taint.static classGenerated.Taint.BuilderThe node this Taint is attached to has the "effect" on any pod that does not tolerate the Taint.Methods in k8s.io.api.core.v1 that return Generated.TaintOrBuilder Modifier and Type Method Description Generated.TaintOrBuilderGenerated.NodeSpec.Builder. getTaintsOrBuilder(int index)If specified, the node's taints.Generated.TaintOrBuilderGenerated.NodeSpec. getTaintsOrBuilder(int index)If specified, the node's taints.Generated.TaintOrBuilderGenerated.NodeSpecOrBuilder. getTaintsOrBuilder(int index)If specified, the node's taints.Methods in k8s.io.api.core.v1 that return types with arguments of type Generated.TaintOrBuilder Modifier and Type Method Description List<? extends Generated.TaintOrBuilder>Generated.NodeSpec.Builder. getTaintsOrBuilderList()If specified, the node's taints.List<? extends Generated.TaintOrBuilder>Generated.NodeSpec. getTaintsOrBuilderList()If specified, the node's taints.List<? extends Generated.TaintOrBuilder>Generated.NodeSpecOrBuilder. getTaintsOrBuilderList()If specified, the node's taints.
-