Uses of Class
io.fabric8.kubernetes.api.model.Toleration
-
Packages that use Toleration Package Description io.fabric8.kubernetes.api.model -
-
Uses of Toleration in io.fabric8.kubernetes.api.model
Methods in io.fabric8.kubernetes.api.model that return Toleration Modifier and Type Method Description TolerationTolerationBuilder. build()TolerationPodSpecFluent. buildFirstToleration()TolerationPodSpecFluent. buildLastToleration()TolerationPodSpecFluent. buildMatchingToleration(Predicate<TolerationBuilder> predicate)TolerationPodSpecFluent. buildToleration(int index)Methods in io.fabric8.kubernetes.api.model that return types with arguments of type Toleration Modifier and Type Method Description List<Toleration>PodSpecFluent. buildTolerations()List<Toleration>PodSpec. getTolerations()If specified, the pod's tolerations.Methods in io.fabric8.kubernetes.api.model with parameters of type Toleration Modifier and Type Method Description PodSpecFluent.TolerationsNested<A>PodSpecFluent. addNewTolerationLike(Toleration item)APodSpecFluent. addToTolerations(int index, Toleration item)APodSpecFluent. addToTolerations(Toleration... items)protected voidTolerationFluent. copyInstance(Toleration instance)APodSpecFluent. removeFromTolerations(Toleration... items)PodSpecFluent.TolerationsNested<A>PodSpecFluent. setNewTolerationLike(int index, Toleration item)APodSpecFluent. setToTolerations(int index, Toleration item)APodSpecFluent. withTolerations(Toleration... tolerations)Method parameters in io.fabric8.kubernetes.api.model with type arguments of type Toleration Modifier and Type Method Description APodSpecFluent. addAllToTolerations(Collection<Toleration> items)APodSpecFluent. removeAllFromTolerations(Collection<Toleration> items)voidPodSpec. setTolerations(List<Toleration> tolerations)If specified, the pod's tolerations.APodSpecFluent. withTolerations(List<Toleration> tolerations)Constructors in io.fabric8.kubernetes.api.model with parameters of type Toleration Constructor Description TolerationBuilder(Toleration instance)TolerationBuilder(TolerationFluent<?> fluent, Toleration instance)TolerationFluent(Toleration instance)
-