Package io.fabric8.kubernetes.api.model
Class DoneableSecretProjection
java.lang.Object
io.fabric8.kubernetes.api.builder.BaseFluent<A>
io.fabric8.kubernetes.api.model.SecretProjectionFluentImpl<DoneableSecretProjection>
io.fabric8.kubernetes.api.model.DoneableSecretProjection
- All Implemented Interfaces:
Fluent<DoneableSecretProjection>,Visitable<DoneableSecretProjection>,Doneable<SecretProjection>,SecretProjectionFluent<DoneableSecretProjection>
public class DoneableSecretProjection extends SecretProjectionFluentImpl<DoneableSecretProjection> implements Doneable<SecretProjection>
-
Nested Class Summary
Nested classes/interfaces inherited from class io.fabric8.kubernetes.api.model.SecretProjectionFluentImpl
SecretProjectionFluentImpl.ItemsNestedImpl<N>Nested classes/interfaces inherited from interface io.fabric8.kubernetes.api.model.SecretProjectionFluent
SecretProjectionFluent.ItemsNested<N> -
Field Summary
-
Constructor Summary
Constructors Constructor Description DoneableSecretProjection(Function<SecretProjection,SecretProjection> function)DoneableSecretProjection(SecretProjection item)DoneableSecretProjection(SecretProjection item, Function<SecretProjection,SecretProjection> function) -
Method Summary
Modifier and Type Method Description SecretProjectiondone()Methods inherited from class io.fabric8.kubernetes.api.model.SecretProjectionFluentImpl
addAllToItems, addNewItem, addNewItem, addNewItemLike, addToItems, addToItems, buildFirstItem, buildItem, buildItems, buildLastItem, buildMatchingItem, editFirstItem, editItem, editLastItem, editMatchingItem, equals, getItems, getName, hasItems, hasMatchingItem, hasName, hasOptional, isOptional, removeAllFromItems, removeFromItems, removeMatchingFromItems, setNewItemLike, setToItems, withItems, withItems, withName, withNewName, withNewName, withNewName, withNewOptional, withNewOptional, withOptional
-
Constructor Details
-
DoneableSecretProjection
-
DoneableSecretProjection
public DoneableSecretProjection(SecretProjection item, Function<SecretProjection,SecretProjection> function) -
DoneableSecretProjection
-
-
Method Details
-
done
- Specified by:
donein interfaceDoneable<SecretProjection>
-