Uses of Class
io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.volumes.configmap.Items
-
-
Uses of Items 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 Items Modifier and Type Method Description ItemsConfigMapFluent. buildFirstItem()ItemsConfigMapFluent. buildItem(int index)ItemsConfigMapFluent. buildLastItem()ItemsConfigMapFluent. buildMatchingItem(Predicate<ItemsBuilder> predicate)Methods in io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.volumes that return types with arguments of type Items Modifier and Type Method Description List<Items>ConfigMapFluent. buildItems()List<Items>ConfigMap. getItems()Methods in io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.volumes with parameters of type Items Modifier and Type Method Description ConfigMapFluent.ItemsNested<A>ConfigMapFluent. addNewItemLike(Items item)AConfigMapFluent. addToItems(int index, Items item)AConfigMapFluent. addToItems(Items... items)AConfigMapFluent. removeFromItems(Items... items)ConfigMapFluent.ItemsNested<A>ConfigMapFluent. setNewItemLike(int index, Items item)AConfigMapFluent. setToItems(int index, Items item)AConfigMapFluent. withItems(Items... items)Method parameters in io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.volumes with type arguments of type Items Modifier and Type Method Description AConfigMapFluent. addAllToItems(Collection<Items> items)AConfigMapFluent. removeAllFromItems(Collection<Items> items)voidConfigMap. setItems(List<Items> items)AConfigMapFluent. withItems(List<Items> items) -
Uses of Items in io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.volumes.configmap
Methods in io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.volumes.configmap that return Items Modifier and Type Method Description ItemsItemsBuilder. build()Constructors in io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.volumes.configmap 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)
-