Interface V1VolumeProjectionFluent<A extends V1VolumeProjectionFluent<A>>
- All Superinterfaces:
Fluent<A>
- All Known Subinterfaces:
V1ProjectedVolumeSourceFluent.SourcesNested<N>
- All Known Implementing Classes:
V1VolumeProjectionBuilder
,V1VolumeProjectionFluentImpl
Generated
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interface
static interface
static interface
static interface
-
Method Summary
Modifier and TypeMethodDescriptionio.kubernetes.client.openapi.models.V1ConfigMapProjection
io.kubernetes.client.openapi.models.V1DownwardAPIProjection
io.kubernetes.client.openapi.models.V1SecretProjection
io.kubernetes.client.openapi.models.V1ServiceAccountTokenProjection
editOrNewConfigMapLike
(io.kubernetes.client.openapi.models.V1ConfigMapProjection item) editOrNewDownwardAPILike
(io.kubernetes.client.openapi.models.V1DownwardAPIProjection item) editOrNewSecretLike
(io.kubernetes.client.openapi.models.V1SecretProjection item) editOrNewServiceAccountTokenLike
(io.kubernetes.client.openapi.models.V1ServiceAccountTokenProjection item) io.kubernetes.client.openapi.models.V1ConfigMapProjection
Deprecated.io.kubernetes.client.openapi.models.V1DownwardAPIProjection
Deprecated.io.kubernetes.client.openapi.models.V1SecretProjection
Deprecated.io.kubernetes.client.openapi.models.V1ServiceAccountTokenProjection
Deprecated.withConfigMap
(io.kubernetes.client.openapi.models.V1ConfigMapProjection configMap) withDownwardAPI
(io.kubernetes.client.openapi.models.V1DownwardAPIProjection downwardAPI) withNewConfigMapLike
(io.kubernetes.client.openapi.models.V1ConfigMapProjection item) withNewDownwardAPILike
(io.kubernetes.client.openapi.models.V1DownwardAPIProjection item) withNewSecretLike
(io.kubernetes.client.openapi.models.V1SecretProjection item) withNewServiceAccountTokenLike
(io.kubernetes.client.openapi.models.V1ServiceAccountTokenProjection item) withSecret
(io.kubernetes.client.openapi.models.V1SecretProjection secret) withServiceAccountToken
(io.kubernetes.client.openapi.models.V1ServiceAccountTokenProjection serviceAccountToken)
-
Method Details
-
getConfigMap
Deprecated.This method has been deprecated, please use method buildConfigMap instead.- Returns:
- The buildable object.
-
buildConfigMap
io.kubernetes.client.openapi.models.V1ConfigMapProjection buildConfigMap() -
withConfigMap
-
hasConfigMap
Boolean hasConfigMap() -
withNewConfigMap
V1VolumeProjectionFluent.ConfigMapNested<A> withNewConfigMap() -
withNewConfigMapLike
V1VolumeProjectionFluent.ConfigMapNested<A> withNewConfigMapLike(io.kubernetes.client.openapi.models.V1ConfigMapProjection item) -
editConfigMap
V1VolumeProjectionFluent.ConfigMapNested<A> editConfigMap() -
editOrNewConfigMap
V1VolumeProjectionFluent.ConfigMapNested<A> editOrNewConfigMap() -
editOrNewConfigMapLike
V1VolumeProjectionFluent.ConfigMapNested<A> editOrNewConfigMapLike(io.kubernetes.client.openapi.models.V1ConfigMapProjection item) -
getDownwardAPI
Deprecated.This method has been deprecated, please use method buildDownwardAPI instead.- Returns:
- The buildable object.
-
buildDownwardAPI
io.kubernetes.client.openapi.models.V1DownwardAPIProjection buildDownwardAPI() -
withDownwardAPI
-
hasDownwardAPI
Boolean hasDownwardAPI() -
withNewDownwardAPI
V1VolumeProjectionFluent.DownwardAPINested<A> withNewDownwardAPI() -
withNewDownwardAPILike
V1VolumeProjectionFluent.DownwardAPINested<A> withNewDownwardAPILike(io.kubernetes.client.openapi.models.V1DownwardAPIProjection item) -
editDownwardAPI
V1VolumeProjectionFluent.DownwardAPINested<A> editDownwardAPI() -
editOrNewDownwardAPI
V1VolumeProjectionFluent.DownwardAPINested<A> editOrNewDownwardAPI() -
editOrNewDownwardAPILike
V1VolumeProjectionFluent.DownwardAPINested<A> editOrNewDownwardAPILike(io.kubernetes.client.openapi.models.V1DownwardAPIProjection item) -
getSecret
Deprecated.This method has been deprecated, please use method buildSecret instead.- Returns:
- The buildable object.
-
buildSecret
io.kubernetes.client.openapi.models.V1SecretProjection buildSecret() -
withSecret
-
hasSecret
Boolean hasSecret() -
withNewSecret
V1VolumeProjectionFluent.SecretNested<A> withNewSecret() -
withNewSecretLike
V1VolumeProjectionFluent.SecretNested<A> withNewSecretLike(io.kubernetes.client.openapi.models.V1SecretProjection item) -
editSecret
V1VolumeProjectionFluent.SecretNested<A> editSecret() -
editOrNewSecret
V1VolumeProjectionFluent.SecretNested<A> editOrNewSecret() -
editOrNewSecretLike
V1VolumeProjectionFluent.SecretNested<A> editOrNewSecretLike(io.kubernetes.client.openapi.models.V1SecretProjection item) -
getServiceAccountToken
@Deprecated io.kubernetes.client.openapi.models.V1ServiceAccountTokenProjection getServiceAccountToken()Deprecated.This method has been deprecated, please use method buildServiceAccountToken instead.- Returns:
- The buildable object.
-
buildServiceAccountToken
io.kubernetes.client.openapi.models.V1ServiceAccountTokenProjection buildServiceAccountToken() -
withServiceAccountToken
A withServiceAccountToken(io.kubernetes.client.openapi.models.V1ServiceAccountTokenProjection serviceAccountToken) -
hasServiceAccountToken
Boolean hasServiceAccountToken() -
withNewServiceAccountToken
V1VolumeProjectionFluent.ServiceAccountTokenNested<A> withNewServiceAccountToken() -
withNewServiceAccountTokenLike
V1VolumeProjectionFluent.ServiceAccountTokenNested<A> withNewServiceAccountTokenLike(io.kubernetes.client.openapi.models.V1ServiceAccountTokenProjection item) -
editServiceAccountToken
V1VolumeProjectionFluent.ServiceAccountTokenNested<A> editServiceAccountToken() -
editOrNewServiceAccountToken
V1VolumeProjectionFluent.ServiceAccountTokenNested<A> editOrNewServiceAccountToken() -
editOrNewServiceAccountTokenLike
V1VolumeProjectionFluent.ServiceAccountTokenNested<A> editOrNewServiceAccountTokenLike(io.kubernetes.client.openapi.models.V1ServiceAccountTokenProjection item)
-