Uses of Class
io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.volumes.secret.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 ItemsSecretFluent. buildFirstItem()ItemsSecretFluent. buildItem(int index)ItemsSecretFluent. buildLastItem()ItemsSecretFluent. 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>SecretFluent. buildItems()List<Items>Secret. 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 SecretFluent.SecretItemsNested<A>SecretFluent. addNewItemLike(Items item)ASecretFluent. addToItems(int index, Items item)ASecretFluent. addToItems(Items... items)ASecretFluent. removeFromItems(Items... items)SecretFluent.SecretItemsNested<A>SecretFluent. setNewItemLike(int index, Items item)ASecretFluent. setToItems(int index, Items item)ASecretFluent. 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 ASecretFluent. addAllToSecretItems(Collection<Items> items)ASecretFluent. removeAllFromSecretItems(Collection<Items> items)voidSecret. setItems(List<Items> items)ASecretFluent. withItems(List<Items> items) -
Uses of Items in io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.volumes.secret
Methods in io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.volumes.secret that return Items Modifier and Type Method Description ItemsItemsBuilder. build()Constructors in io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.volumes.secret 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)
-