Uses of Class
io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.volumes.projected.sources.downwardapi.Items
-
-
Uses of Items in io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.volumes.projected.sources
Methods in io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.volumes.projected.sources that return Items Modifier and Type Method Description ItemsDownwardAPIFluent. buildFirstItem()ItemsDownwardAPIFluent. buildItem(int index)ItemsDownwardAPIFluent. buildLastItem()ItemsDownwardAPIFluent. buildMatchingItem(Predicate<ItemsBuilder> predicate)Methods in io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.volumes.projected.sources that return types with arguments of type Items Modifier and Type Method Description List<Items>DownwardAPIFluent. buildItems()List<Items>DownwardAPI. getItems()Methods in io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.volumes.projected.sources with parameters of type Items Modifier and Type Method Description DownwardAPIFluent.DownwardapiItemsNested<A>DownwardAPIFluent. addNewItemLike(Items item)ADownwardAPIFluent. addToItems(int index, Items item)ADownwardAPIFluent. addToItems(Items... items)ADownwardAPIFluent. removeFromItems(Items... items)DownwardAPIFluent.DownwardapiItemsNested<A>DownwardAPIFluent. setNewItemLike(int index, Items item)ADownwardAPIFluent. setToItems(int index, Items item)ADownwardAPIFluent. withItems(Items... items)Method parameters in io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.volumes.projected.sources with type arguments of type Items Modifier and Type Method Description ADownwardAPIFluent. addAllToDownwardapiItems(Collection<Items> items)ADownwardAPIFluent. removeAllFromDownwardapiItems(Collection<Items> items)voidDownwardAPI. setItems(List<Items> items)ADownwardAPIFluent. withItems(List<Items> items) -
Uses of Items in io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.volumes.projected.sources.downwardapi
Methods in io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.volumes.projected.sources.downwardapi that return Items Modifier and Type Method Description ItemsItemsBuilder. build()Constructors in io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.volumes.projected.sources.downwardapi with parameters of type Items Constructor Description ItemsBuilder(Items instance)ItemsBuilder(ItemsFluent<?> fluent, Items instance)ItemsBuilder(ItemsFluent<?> fluent, Items instance, Boolean validationEnabled)ItemsBuilder(Items instance, Boolean validationEnabled)ItemsFluent(Items instance)
-