Package io.fabric8.kubernetes.api.model
Interface SecretProjectionFluent<A extends SecretProjectionFluent<A>>
- All Superinterfaces:
Fluent<A>
- All Known Subinterfaces:
VolumeProjectionFluent.SecretNested<N>,WatchEventFluent.SecretProjectionObjectNested<N>
- All Known Implementing Classes:
DoneableSecretProjection,SecretProjectionBuilder,SecretProjectionFluentImpl,VolumeProjectionFluentImpl.SecretNestedImpl,WatchEventFluentImpl.SecretProjectionObjectNestedImpl
public interface SecretProjectionFluent<A extends SecretProjectionFluent<A>> extends Fluent<A>
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceSecretProjectionFluent.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
SecretProjectionFluent.ItemsNested<A> addNewItem() -
addNewItemLike
-
setNewItemLike
-
editItem
-
editFirstItem
SecretProjectionFluent.ItemsNested<A> editFirstItem() -
editLastItem
SecretProjectionFluent.ItemsNested<A> editLastItem() -
editMatchingItem
-
getName
String getName() -
withName
-
hasName
Boolean hasName() -
withNewName
-
withNewName
-
withNewName
-
isOptional
Boolean isOptional() -
withOptional
-
hasOptional
Boolean hasOptional() -
withNewOptional
-
withNewOptional
-