Uses of Class
io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.Tolerations
-
Packages that use Tolerations Package Description io.apicurio.registry.operator.api.v1.model.apicurioregistryspec io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment -
-
Uses of Tolerations in io.apicurio.registry.operator.api.v1.model.apicurioregistryspec
Methods in io.apicurio.registry.operator.api.v1.model.apicurioregistryspec that return Tolerations Modifier and Type Method Description TolerationsDeploymentFluent. buildFirstToleration()TolerationsDeploymentFluent. buildLastToleration()TolerationsDeploymentFluent. buildMatchingToleration(Predicate<TolerationsBuilder> predicate)TolerationsDeploymentFluent. buildToleration(int index)Methods in io.apicurio.registry.operator.api.v1.model.apicurioregistryspec that return types with arguments of type Tolerations Modifier and Type Method Description List<Tolerations>DeploymentFluent. buildTolerations()List<Tolerations>Deployment. getTolerations()Methods in io.apicurio.registry.operator.api.v1.model.apicurioregistryspec with parameters of type Tolerations Modifier and Type Method Description DeploymentFluent.TolerationsNested<A>DeploymentFluent. addNewTolerationLike(Tolerations item)ADeploymentFluent. addToTolerations(int index, Tolerations item)ADeploymentFluent. addToTolerations(Tolerations... items)ADeploymentFluent. removeFromTolerations(Tolerations... items)DeploymentFluent.TolerationsNested<A>DeploymentFluent. setNewTolerationLike(int index, Tolerations item)ADeploymentFluent. setToTolerations(int index, Tolerations item)ADeploymentFluent. withTolerations(Tolerations... tolerations)Method parameters in io.apicurio.registry.operator.api.v1.model.apicurioregistryspec with type arguments of type Tolerations Modifier and Type Method Description ADeploymentFluent. addAllToTolerations(Collection<Tolerations> items)ADeploymentFluent. removeAllFromTolerations(Collection<Tolerations> items)voidDeployment. setTolerations(List<Tolerations> tolerations)ADeploymentFluent. withTolerations(List<Tolerations> tolerations) -
Uses of Tolerations in io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment
Methods in io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment that return Tolerations Modifier and Type Method Description TolerationsTolerationsBuilder. build()Constructors in io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment 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)
-