Interface V1ConfigMapProjectionFluent<A extends V1ConfigMapProjectionFluent<A>>
- All Superinterfaces:
Fluent<A>
- All Known Subinterfaces:
V1VolumeProjectionFluent.ConfigMapNested<N>
- All Known Implementing Classes:
V1ConfigMapProjectionBuilder
,V1ConfigMapProjectionFluentImpl
public interface V1ConfigMapProjectionFluent<A extends V1ConfigMapProjectionFluent<A>>
extends Fluent<A>
Generated
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionaddAllToItems
(Collection<io.kubernetes.client.openapi.models.V1KeyToPath> items) addNewItemLike
(io.kubernetes.client.openapi.models.V1KeyToPath item) addToItems
(io.kubernetes.client.openapi.models.V1KeyToPath... items) addToItems
(Integer index, io.kubernetes.client.openapi.models.V1KeyToPath item) io.kubernetes.client.openapi.models.V1KeyToPath
io.kubernetes.client.openapi.models.V1KeyToPath
List<io.kubernetes.client.openapi.models.V1KeyToPath>
io.kubernetes.client.openapi.models.V1KeyToPath
io.kubernetes.client.openapi.models.V1KeyToPath
buildMatchingItem
(Predicate<V1KeyToPathBuilder> predicate) editMatchingItem
(Predicate<V1KeyToPathBuilder> predicate) List<io.kubernetes.client.openapi.models.V1KeyToPath>
getItems()
Deprecated.getName()
hasItems()
hasMatchingItem
(Predicate<V1KeyToPathBuilder> predicate) hasName()
removeAllFromItems
(Collection<io.kubernetes.client.openapi.models.V1KeyToPath> items) removeFromItems
(io.kubernetes.client.openapi.models.V1KeyToPath... items) removeMatchingFromItems
(Predicate<V1KeyToPathBuilder> predicate) setNewItemLike
(Integer index, io.kubernetes.client.openapi.models.V1KeyToPath item) setToItems
(Integer index, io.kubernetes.client.openapi.models.V1KeyToPath item) withItems
(io.kubernetes.client.openapi.models.V1KeyToPath... items) withOptional
(Boolean optional)
-
Method Details
-
addToItems
-
setToItems
-
addToItems
-
addAllToItems
-
removeFromItems
-
removeAllFromItems
-
removeMatchingFromItems
-
getItems
Deprecated.This method has been deprecated, please use method buildItems instead.- Returns:
- The buildable object.
-
buildItems
List<io.kubernetes.client.openapi.models.V1KeyToPath> buildItems() -
buildItem
-
buildFirstItem
io.kubernetes.client.openapi.models.V1KeyToPath buildFirstItem() -
buildLastItem
io.kubernetes.client.openapi.models.V1KeyToPath buildLastItem() -
buildMatchingItem
io.kubernetes.client.openapi.models.V1KeyToPath buildMatchingItem(Predicate<V1KeyToPathBuilder> predicate) -
hasMatchingItem
-
withItems
-
withItems
-
hasItems
Boolean hasItems() -
addNewItem
V1ConfigMapProjectionFluent.ItemsNested<A> addNewItem() -
addNewItemLike
V1ConfigMapProjectionFluent.ItemsNested<A> addNewItemLike(io.kubernetes.client.openapi.models.V1KeyToPath item) -
setNewItemLike
V1ConfigMapProjectionFluent.ItemsNested<A> setNewItemLike(Integer index, io.kubernetes.client.openapi.models.V1KeyToPath item) -
editItem
-
editFirstItem
V1ConfigMapProjectionFluent.ItemsNested<A> editFirstItem() -
editLastItem
V1ConfigMapProjectionFluent.ItemsNested<A> editLastItem() -
editMatchingItem
V1ConfigMapProjectionFluent.ItemsNested<A> editMatchingItem(Predicate<V1KeyToPathBuilder> predicate) -
getName
String getName() -
withName
-
hasName
Boolean hasName() -
getOptional
Boolean getOptional() -
withOptional
-
hasOptional
Boolean hasOptional() -
withOptional
A withOptional()
-