Package io.fabric8.kubernetes.api.model
Class VolumeProjectionFluentImpl<A extends VolumeProjectionFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.kubernetes.api.model.VolumeProjectionFluentImpl<A>
-
- All Implemented Interfaces:
Fluent<A>,Visitable<A>,VolumeProjectionFluent<A>
- Direct Known Subclasses:
ProjectedVolumeSourceFluentImpl.SourcesNestedImpl,VolumeProjectionBuilder,WatchEventFluentImpl.VolumeProjectionObjectNestedImpl
public class VolumeProjectionFluentImpl<A extends VolumeProjectionFluent<A>> extends BaseFluent<A> implements VolumeProjectionFluent<A>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classVolumeProjectionFluentImpl.ConfigMapNestedImpl<N>classVolumeProjectionFluentImpl.DownwardAPINestedImpl<N>classVolumeProjectionFluentImpl.SecretNestedImpl<N>classVolumeProjectionFluentImpl.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
-
Fields inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
_visitables
-
-
Constructor Summary
Constructors Constructor Description VolumeProjectionFluentImpl()VolumeProjectionFluentImpl(VolumeProjection instance)
-
Method Summary
-
-
-
Constructor Detail
-
VolumeProjectionFluentImpl
public VolumeProjectionFluentImpl()
-
VolumeProjectionFluentImpl
public VolumeProjectionFluentImpl(VolumeProjection instance)
-
-
Method Detail
-
getConfigMap
@Deprecated public ConfigMapProjection getConfigMap()
Deprecated.This method has been deprecated, please use method buildConfigMap instead.- Specified by:
getConfigMapin interfaceVolumeProjectionFluent<A extends VolumeProjectionFluent<A>>- Returns:
- The buildable object.
-
buildConfigMap
public ConfigMapProjection buildConfigMap()
- Specified by:
buildConfigMapin interfaceVolumeProjectionFluent<A extends VolumeProjectionFluent<A>>
-
withConfigMap
public A withConfigMap(ConfigMapProjection configMap)
- Specified by:
withConfigMapin interfaceVolumeProjectionFluent<A extends VolumeProjectionFluent<A>>
-
hasConfigMap
public Boolean hasConfigMap()
- Specified by:
hasConfigMapin interfaceVolumeProjectionFluent<A extends VolumeProjectionFluent<A>>
-
withNewConfigMap
public VolumeProjectionFluent.ConfigMapNested<A> withNewConfigMap()
- Specified by:
withNewConfigMapin interfaceVolumeProjectionFluent<A extends VolumeProjectionFluent<A>>
-
withNewConfigMapLike
public VolumeProjectionFluent.ConfigMapNested<A> withNewConfigMapLike(ConfigMapProjection item)
- Specified by:
withNewConfigMapLikein interfaceVolumeProjectionFluent<A extends VolumeProjectionFluent<A>>
-
editConfigMap
public VolumeProjectionFluent.ConfigMapNested<A> editConfigMap()
- Specified by:
editConfigMapin interfaceVolumeProjectionFluent<A extends VolumeProjectionFluent<A>>
-
editOrNewConfigMap
public VolumeProjectionFluent.ConfigMapNested<A> editOrNewConfigMap()
- Specified by:
editOrNewConfigMapin interfaceVolumeProjectionFluent<A extends VolumeProjectionFluent<A>>
-
editOrNewConfigMapLike
public VolumeProjectionFluent.ConfigMapNested<A> editOrNewConfigMapLike(ConfigMapProjection item)
- Specified by:
editOrNewConfigMapLikein interfaceVolumeProjectionFluent<A extends VolumeProjectionFluent<A>>
-
getDownwardAPI
@Deprecated public DownwardAPIProjection getDownwardAPI()
Deprecated.This method has been deprecated, please use method buildDownwardAPI instead.- Specified by:
getDownwardAPIin interfaceVolumeProjectionFluent<A extends VolumeProjectionFluent<A>>- Returns:
- The buildable object.
-
buildDownwardAPI
public DownwardAPIProjection buildDownwardAPI()
- Specified by:
buildDownwardAPIin interfaceVolumeProjectionFluent<A extends VolumeProjectionFluent<A>>
-
withDownwardAPI
public A withDownwardAPI(DownwardAPIProjection downwardAPI)
- Specified by:
withDownwardAPIin interfaceVolumeProjectionFluent<A extends VolumeProjectionFluent<A>>
-
hasDownwardAPI
public Boolean hasDownwardAPI()
- Specified by:
hasDownwardAPIin interfaceVolumeProjectionFluent<A extends VolumeProjectionFluent<A>>
-
withNewDownwardAPI
public VolumeProjectionFluent.DownwardAPINested<A> withNewDownwardAPI()
- Specified by:
withNewDownwardAPIin interfaceVolumeProjectionFluent<A extends VolumeProjectionFluent<A>>
-
withNewDownwardAPILike
public VolumeProjectionFluent.DownwardAPINested<A> withNewDownwardAPILike(DownwardAPIProjection item)
- Specified by:
withNewDownwardAPILikein interfaceVolumeProjectionFluent<A extends VolumeProjectionFluent<A>>
-
editDownwardAPI
public VolumeProjectionFluent.DownwardAPINested<A> editDownwardAPI()
- Specified by:
editDownwardAPIin interfaceVolumeProjectionFluent<A extends VolumeProjectionFluent<A>>
-
editOrNewDownwardAPI
public VolumeProjectionFluent.DownwardAPINested<A> editOrNewDownwardAPI()
- Specified by:
editOrNewDownwardAPIin interfaceVolumeProjectionFluent<A extends VolumeProjectionFluent<A>>
-
editOrNewDownwardAPILike
public VolumeProjectionFluent.DownwardAPINested<A> editOrNewDownwardAPILike(DownwardAPIProjection item)
- Specified by:
editOrNewDownwardAPILikein interfaceVolumeProjectionFluent<A extends VolumeProjectionFluent<A>>
-
getSecret
@Deprecated public SecretProjection getSecret()
Deprecated.This method has been deprecated, please use method buildSecret instead.- Specified by:
getSecretin interfaceVolumeProjectionFluent<A extends VolumeProjectionFluent<A>>- Returns:
- The buildable object.
-
buildSecret
public SecretProjection buildSecret()
- Specified by:
buildSecretin interfaceVolumeProjectionFluent<A extends VolumeProjectionFluent<A>>
-
withSecret
public A withSecret(SecretProjection secret)
- Specified by:
withSecretin interfaceVolumeProjectionFluent<A extends VolumeProjectionFluent<A>>
-
hasSecret
public Boolean hasSecret()
- Specified by:
hasSecretin interfaceVolumeProjectionFluent<A extends VolumeProjectionFluent<A>>
-
withNewSecret
public VolumeProjectionFluent.SecretNested<A> withNewSecret()
- Specified by:
withNewSecretin interfaceVolumeProjectionFluent<A extends VolumeProjectionFluent<A>>
-
withNewSecretLike
public VolumeProjectionFluent.SecretNested<A> withNewSecretLike(SecretProjection item)
- Specified by:
withNewSecretLikein interfaceVolumeProjectionFluent<A extends VolumeProjectionFluent<A>>
-
editSecret
public VolumeProjectionFluent.SecretNested<A> editSecret()
- Specified by:
editSecretin interfaceVolumeProjectionFluent<A extends VolumeProjectionFluent<A>>
-
editOrNewSecret
public VolumeProjectionFluent.SecretNested<A> editOrNewSecret()
- Specified by:
editOrNewSecretin interfaceVolumeProjectionFluent<A extends VolumeProjectionFluent<A>>
-
editOrNewSecretLike
public VolumeProjectionFluent.SecretNested<A> editOrNewSecretLike(SecretProjection item)
- Specified by:
editOrNewSecretLikein interfaceVolumeProjectionFluent<A extends VolumeProjectionFluent<A>>
-
getServiceAccountToken
@Deprecated public ServiceAccountTokenProjection getServiceAccountToken()
Deprecated.This method has been deprecated, please use method buildServiceAccountToken instead.- Specified by:
getServiceAccountTokenin interfaceVolumeProjectionFluent<A extends VolumeProjectionFluent<A>>- Returns:
- The buildable object.
-
buildServiceAccountToken
public ServiceAccountTokenProjection buildServiceAccountToken()
- Specified by:
buildServiceAccountTokenin interfaceVolumeProjectionFluent<A extends VolumeProjectionFluent<A>>
-
withServiceAccountToken
public A withServiceAccountToken(ServiceAccountTokenProjection serviceAccountToken)
- Specified by:
withServiceAccountTokenin interfaceVolumeProjectionFluent<A extends VolumeProjectionFluent<A>>
-
hasServiceAccountToken
public Boolean hasServiceAccountToken()
- Specified by:
hasServiceAccountTokenin interfaceVolumeProjectionFluent<A extends VolumeProjectionFluent<A>>
-
withNewServiceAccountToken
public A withNewServiceAccountToken(String audience, Long expirationSeconds, String path)
- Specified by:
withNewServiceAccountTokenin interfaceVolumeProjectionFluent<A extends VolumeProjectionFluent<A>>
-
withNewServiceAccountToken
public VolumeProjectionFluent.ServiceAccountTokenNested<A> withNewServiceAccountToken()
- Specified by:
withNewServiceAccountTokenin interfaceVolumeProjectionFluent<A extends VolumeProjectionFluent<A>>
-
withNewServiceAccountTokenLike
public VolumeProjectionFluent.ServiceAccountTokenNested<A> withNewServiceAccountTokenLike(ServiceAccountTokenProjection item)
- Specified by:
withNewServiceAccountTokenLikein interfaceVolumeProjectionFluent<A extends VolumeProjectionFluent<A>>
-
editServiceAccountToken
public VolumeProjectionFluent.ServiceAccountTokenNested<A> editServiceAccountToken()
- Specified by:
editServiceAccountTokenin interfaceVolumeProjectionFluent<A extends VolumeProjectionFluent<A>>
-
editOrNewServiceAccountToken
public VolumeProjectionFluent.ServiceAccountTokenNested<A> editOrNewServiceAccountToken()
- Specified by:
editOrNewServiceAccountTokenin interfaceVolumeProjectionFluent<A extends VolumeProjectionFluent<A>>
-
editOrNewServiceAccountTokenLike
public VolumeProjectionFluent.ServiceAccountTokenNested<A> editOrNewServiceAccountTokenLike(ServiceAccountTokenProjection item)
- Specified by:
editOrNewServiceAccountTokenLikein interfaceVolumeProjectionFluent<A extends VolumeProjectionFluent<A>>
-
-