Uses of Class
io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.volumes.projected.Sources
-
-
Uses of Sources in io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.volumes
Methods in io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.volumes that return Sources Modifier and Type Method Description SourcesProjectedFluent. buildFirstSource()SourcesProjectedFluent. buildLastSource()SourcesProjectedFluent. buildMatchingSource(Predicate<SourcesBuilder> predicate)SourcesProjectedFluent. buildSource(int index)Methods in io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.volumes that return types with arguments of type Sources Modifier and Type Method Description List<Sources>ProjectedFluent. buildSources()List<Sources>Projected. getSources()Methods in io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.volumes with parameters of type Sources Modifier and Type Method Description ProjectedFluent.SourcesNested<A>ProjectedFluent. addNewSourceLike(Sources item)AProjectedFluent. addToSources(int index, Sources item)AProjectedFluent. addToSources(Sources... items)AProjectedFluent. removeFromSources(Sources... items)ProjectedFluent.SourcesNested<A>ProjectedFluent. setNewSourceLike(int index, Sources item)AProjectedFluent. setToSources(int index, Sources item)AProjectedFluent. withSources(Sources... sources)Method parameters in io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.volumes with type arguments of type Sources Modifier and Type Method Description AProjectedFluent. addAllToSources(Collection<Sources> items)AProjectedFluent. removeAllFromSources(Collection<Sources> items)voidProjected. setSources(List<Sources> sources)AProjectedFluent. withSources(List<Sources> sources) -
Uses of Sources in io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.volumes.projected
Methods in io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.volumes.projected that return Sources Modifier and Type Method Description SourcesSourcesBuilder. build()Constructors in io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.volumes.projected with parameters of type Sources Constructor Description SourcesBuilder(Sources instance)SourcesBuilder(SourcesFluent<?> fluent, Sources instance)SourcesBuilder(SourcesFluent<?> fluent, Sources instance, Boolean validationEnabled)SourcesBuilder(Sources instance, Boolean validationEnabled)SourcesFluent(Sources instance)
-