Uses of Class
io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.ReadinessGates
-
-
Uses of ReadinessGates 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 ReadinessGates Modifier and Type Method Description ReadinessGatesSpecFluent. buildFirstReadinessGate()ReadinessGatesSpecFluent. buildLastReadinessGate()ReadinessGatesSpecFluent. buildMatchingReadinessGate(Predicate<ReadinessGatesBuilder> predicate)ReadinessGatesSpecFluent. buildReadinessGate(int index)Methods in io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview that return types with arguments of type ReadinessGates Modifier and Type Method Description List<ReadinessGates>SpecFluent. buildReadinessGates()List<ReadinessGates>Spec. getReadinessGates()Methods in io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview with parameters of type ReadinessGates Modifier and Type Method Description SpecFluent.ReadinessGatesNested<A>SpecFluent. addNewReadinessGateLike(ReadinessGates item)ASpecFluent. addToReadinessGates(int index, ReadinessGates item)ASpecFluent. addToReadinessGates(ReadinessGates... items)ASpecFluent. removeFromReadinessGates(ReadinessGates... items)SpecFluent.ReadinessGatesNested<A>SpecFluent. setNewReadinessGateLike(int index, ReadinessGates item)ASpecFluent. setToReadinessGates(int index, ReadinessGates item)ASpecFluent. withReadinessGates(ReadinessGates... readinessGates)Method parameters in io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview with type arguments of type ReadinessGates Modifier and Type Method Description ASpecFluent. addAllToReadinessGates(Collection<ReadinessGates> items)ASpecFluent. removeAllFromReadinessGates(Collection<ReadinessGates> items)voidSpec. setReadinessGates(List<ReadinessGates> readinessGates)ASpecFluent. withReadinessGates(List<ReadinessGates> readinessGates) -
Uses of ReadinessGates 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 ReadinessGates Modifier and Type Method Description ReadinessGatesReadinessGatesBuilder. build()Constructors in io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec with parameters of type ReadinessGates Constructor Description ReadinessGatesBuilder(ReadinessGates instance)ReadinessGatesBuilder(ReadinessGatesFluent<?> fluent, ReadinessGates instance)ReadinessGatesBuilder(ReadinessGatesFluent<?> fluent, ReadinessGates instance, Boolean validationEnabled)ReadinessGatesBuilder(ReadinessGates instance, Boolean validationEnabled)ReadinessGatesFluent(ReadinessGates instance)
-