Package io.fabric8.kubernetes.api.model
Interface ConfigMapProjectionFluent<A extends ConfigMapProjectionFluent<A>>
- All Superinterfaces:
Fluent<A>
- All Known Subinterfaces:
VolumeProjectionFluent.ConfigMapNested<N>
,WatchEventFluent.ConfigMapProjectionObjectNested<N>
- All Known Implementing Classes:
ConfigMapProjectionBuilder
,ConfigMapProjectionFluentImpl
,DoneableConfigMapProjection
,VolumeProjectionFluentImpl.ConfigMapNestedImpl
,WatchEventFluentImpl.ConfigMapProjectionObjectNestedImpl
public interface ConfigMapProjectionFluent<A extends ConfigMapProjectionFluent<A>> extends Fluent<A>
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
ConfigMapProjectionFluent.ItemsNested<N>
-
Method Summary
-
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
-
buildItem
-
buildFirstItem
KeyToPath buildFirstItem() -
buildLastItem
KeyToPath buildLastItem() -
buildMatchingItem
-
hasMatchingItem
-
withItems
-
withItems
-
hasItems
Boolean hasItems() -
addNewItem
-
addNewItem
ConfigMapProjectionFluent.ItemsNested<A> addNewItem() -
addNewItemLike
-
setNewItemLike
-
editItem
-
editFirstItem
ConfigMapProjectionFluent.ItemsNested<A> editFirstItem() -
editLastItem
ConfigMapProjectionFluent.ItemsNested<A> editLastItem() -
editMatchingItem
-
getName
String getName() -
withName
-
hasName
Boolean hasName() -
withNewName
-
withNewName
-
withNewName
-
isOptional
Boolean isOptional() -
withOptional
-
hasOptional
Boolean hasOptional() -
withNewOptional
-
withNewOptional
-