Package io.fabric8.kubernetes.api.model
Class DoneableVolumeProjection
java.lang.Object
io.fabric8.kubernetes.api.builder.BaseFluent<A>
io.fabric8.kubernetes.api.model.VolumeProjectionFluentImpl<DoneableVolumeProjection>
io.fabric8.kubernetes.api.model.DoneableVolumeProjection
- All Implemented Interfaces:
Fluent<DoneableVolumeProjection>,Visitable<DoneableVolumeProjection>,Doneable<VolumeProjection>,VolumeProjectionFluent<DoneableVolumeProjection>
public class DoneableVolumeProjection extends VolumeProjectionFluentImpl<DoneableVolumeProjection> implements Doneable<VolumeProjection>
-
Nested Class Summary
Nested classes/interfaces inherited from class io.fabric8.kubernetes.api.model.VolumeProjectionFluentImpl
VolumeProjectionFluentImpl.ConfigMapNestedImpl<N>, VolumeProjectionFluentImpl.DownwardAPINestedImpl<N>, VolumeProjectionFluentImpl.SecretNestedImpl<N>, VolumeProjectionFluentImpl.ServiceAccountTokenNestedImpl<N>Nested classes/interfaces inherited from interface io.fabric8.kubernetes.api.model.VolumeProjectionFluent
VolumeProjectionFluent.ConfigMapNested<N>, VolumeProjectionFluent.DownwardAPINested<N>, VolumeProjectionFluent.SecretNested<N>, VolumeProjectionFluent.ServiceAccountTokenNested<N> -
Field Summary
-
Constructor Summary
Constructors Constructor Description DoneableVolumeProjection(Function<VolumeProjection,VolumeProjection> function)DoneableVolumeProjection(VolumeProjection item)DoneableVolumeProjection(VolumeProjection item, Function<VolumeProjection,VolumeProjection> function) -
Method Summary
Modifier and Type Method Description VolumeProjectiondone()Methods inherited from class io.fabric8.kubernetes.api.model.VolumeProjectionFluentImpl
buildConfigMap, buildDownwardAPI, buildSecret, buildServiceAccountToken, editConfigMap, editDownwardAPI, editOrNewConfigMap, editOrNewConfigMapLike, editOrNewDownwardAPI, editOrNewDownwardAPILike, editOrNewSecret, editOrNewSecretLike, editOrNewServiceAccountToken, editOrNewServiceAccountTokenLike, editSecret, editServiceAccountToken, equals, getConfigMap, getDownwardAPI, getSecret, getServiceAccountToken, hasConfigMap, hasDownwardAPI, hasSecret, hasServiceAccountToken, withConfigMap, withDownwardAPI, withNewConfigMap, withNewConfigMapLike, withNewDownwardAPI, withNewDownwardAPILike, withNewSecret, withNewSecretLike, withNewServiceAccountToken, withNewServiceAccountToken, withNewServiceAccountTokenLike, withSecret, withServiceAccountToken
-
Constructor Details
-
DoneableVolumeProjection
-
DoneableVolumeProjection
public DoneableVolumeProjection(VolumeProjection item, Function<VolumeProjection,VolumeProjection> function) -
DoneableVolumeProjection
-
-
Method Details
-
done
- Specified by:
donein interfaceDoneable<VolumeProjection>
-