Uses of Class
io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.Tolerations
-
-
Uses of Tolerations in io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview
Methods in io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview that return Tolerations Modifier and Type Method Description TolerationsSpecFluent. buildFirstToleration()TolerationsSpecFluent. buildLastToleration()TolerationsSpecFluent. buildMatchingToleration(Predicate<TolerationsBuilder> predicate)TolerationsSpecFluent. buildToleration(int index)Methods in io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview that return types with arguments of type Tolerations Modifier and Type Method Description List<Tolerations>SpecFluent. buildTolerations()List<Tolerations>Spec. getTolerations()Methods in io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview with parameters of type Tolerations Modifier and Type Method Description SpecFluent.SpecTolerationsNested<A>SpecFluent. addNewTolerationLike(Tolerations item)ASpecFluent. addToTolerations(int index, Tolerations item)ASpecFluent. addToTolerations(Tolerations... items)ASpecFluent. removeFromTolerations(Tolerations... items)SpecFluent.SpecTolerationsNested<A>SpecFluent. setNewTolerationLike(int index, Tolerations item)ASpecFluent. setToTolerations(int index, Tolerations item)ASpecFluent. withTolerations(Tolerations... tolerations)Method parameters in io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview with type arguments of type Tolerations Modifier and Type Method Description ASpecFluent. addAllToSpecTolerations(Collection<Tolerations> items)ASpecFluent. removeAllFromSpecTolerations(Collection<Tolerations> items)voidSpec. setTolerations(List<Tolerations> tolerations)ASpecFluent. withTolerations(List<Tolerations> tolerations) -
Uses of Tolerations in io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec
Methods in io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec that return Tolerations Modifier and Type Method Description TolerationsTolerationsBuilder. build()Constructors in io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec with parameters of type Tolerations Constructor Description TolerationsBuilder(Tolerations instance)TolerationsBuilder(TolerationsFluent<?> fluent, Tolerations instance)TolerationsBuilder(TolerationsFluent<?> fluent, Tolerations instance, Boolean validationEnabled)TolerationsBuilder(Tolerations instance, Boolean validationEnabled)TolerationsFluent(Tolerations instance)
-