Class V1VolumeProjectionFluentImpl<A extends V1VolumeProjectionFluent<A>>
java.lang.Object
io.kubernetes.client.fluent.BaseFluent<A>
io.kubernetes.client.openapi.models.V1VolumeProjectionFluentImpl<A>
- All Implemented Interfaces:
Fluent<A>
,Visitable<A>
,V1VolumeProjectionFluent<A>
- Direct Known Subclasses:
V1VolumeProjectionBuilder
public class V1VolumeProjectionFluentImpl<A extends V1VolumeProjectionFluent<A>>
extends BaseFluent<A>
implements V1VolumeProjectionFluent<A>
Generated
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.kubernetes.client.openapi.models.V1VolumeProjectionFluent
V1VolumeProjectionFluent.ConfigMapNested<N>, V1VolumeProjectionFluent.DownwardAPINested<N>, V1VolumeProjectionFluent.SecretNested<N>, V1VolumeProjectionFluent.ServiceAccountTokenNested<N>
-
Field Summary
Fields inherited from class io.kubernetes.client.fluent.BaseFluent
_visitables, VISIT
-
Constructor Summary
ConstructorsConstructorDescriptionV1VolumeProjectionFluentImpl
(io.kubernetes.client.openapi.models.V1VolumeProjection instance) -
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) boolean
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.int
hashCode()
toString()
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) Methods inherited from class io.kubernetes.client.fluent.BaseFluent
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOf
-
Constructor Details
-
V1VolumeProjectionFluentImpl
public V1VolumeProjectionFluentImpl() -
V1VolumeProjectionFluentImpl
public V1VolumeProjectionFluentImpl(io.kubernetes.client.openapi.models.V1VolumeProjection instance)
-
-
Method Details
-
getConfigMap
Deprecated.This method has been deprecated, please use method buildConfigMap instead.- Specified by:
getConfigMap
in interfaceV1VolumeProjectionFluent<A extends V1VolumeProjectionFluent<A>>
- Returns:
- The buildable object.
-
buildConfigMap
public io.kubernetes.client.openapi.models.V1ConfigMapProjection buildConfigMap()- Specified by:
buildConfigMap
in interfaceV1VolumeProjectionFluent<A extends V1VolumeProjectionFluent<A>>
-
withConfigMap
- Specified by:
withConfigMap
in interfaceV1VolumeProjectionFluent<A extends V1VolumeProjectionFluent<A>>
-
hasConfigMap
- Specified by:
hasConfigMap
in interfaceV1VolumeProjectionFluent<A extends V1VolumeProjectionFluent<A>>
-
withNewConfigMap
- Specified by:
withNewConfigMap
in interfaceV1VolumeProjectionFluent<A extends V1VolumeProjectionFluent<A>>
-
withNewConfigMapLike
public V1VolumeProjectionFluent.ConfigMapNested<A> withNewConfigMapLike(io.kubernetes.client.openapi.models.V1ConfigMapProjection item) - Specified by:
withNewConfigMapLike
in interfaceV1VolumeProjectionFluent<A extends V1VolumeProjectionFluent<A>>
-
editConfigMap
- Specified by:
editConfigMap
in interfaceV1VolumeProjectionFluent<A extends V1VolumeProjectionFluent<A>>
-
editOrNewConfigMap
- Specified by:
editOrNewConfigMap
in interfaceV1VolumeProjectionFluent<A extends V1VolumeProjectionFluent<A>>
-
editOrNewConfigMapLike
public V1VolumeProjectionFluent.ConfigMapNested<A> editOrNewConfigMapLike(io.kubernetes.client.openapi.models.V1ConfigMapProjection item) - Specified by:
editOrNewConfigMapLike
in interfaceV1VolumeProjectionFluent<A extends V1VolumeProjectionFluent<A>>
-
getDownwardAPI
Deprecated.This method has been deprecated, please use method buildDownwardAPI instead.- Specified by:
getDownwardAPI
in interfaceV1VolumeProjectionFluent<A extends V1VolumeProjectionFluent<A>>
- Returns:
- The buildable object.
-
buildDownwardAPI
public io.kubernetes.client.openapi.models.V1DownwardAPIProjection buildDownwardAPI()- Specified by:
buildDownwardAPI
in interfaceV1VolumeProjectionFluent<A extends V1VolumeProjectionFluent<A>>
-
withDownwardAPI
- Specified by:
withDownwardAPI
in interfaceV1VolumeProjectionFluent<A extends V1VolumeProjectionFluent<A>>
-
hasDownwardAPI
- Specified by:
hasDownwardAPI
in interfaceV1VolumeProjectionFluent<A extends V1VolumeProjectionFluent<A>>
-
withNewDownwardAPI
- Specified by:
withNewDownwardAPI
in interfaceV1VolumeProjectionFluent<A extends V1VolumeProjectionFluent<A>>
-
withNewDownwardAPILike
public V1VolumeProjectionFluent.DownwardAPINested<A> withNewDownwardAPILike(io.kubernetes.client.openapi.models.V1DownwardAPIProjection item) - Specified by:
withNewDownwardAPILike
in interfaceV1VolumeProjectionFluent<A extends V1VolumeProjectionFluent<A>>
-
editDownwardAPI
- Specified by:
editDownwardAPI
in interfaceV1VolumeProjectionFluent<A extends V1VolumeProjectionFluent<A>>
-
editOrNewDownwardAPI
- Specified by:
editOrNewDownwardAPI
in interfaceV1VolumeProjectionFluent<A extends V1VolumeProjectionFluent<A>>
-
editOrNewDownwardAPILike
public V1VolumeProjectionFluent.DownwardAPINested<A> editOrNewDownwardAPILike(io.kubernetes.client.openapi.models.V1DownwardAPIProjection item) - Specified by:
editOrNewDownwardAPILike
in interfaceV1VolumeProjectionFluent<A extends V1VolumeProjectionFluent<A>>
-
getSecret
Deprecated.This method has been deprecated, please use method buildSecret instead.- Specified by:
getSecret
in interfaceV1VolumeProjectionFluent<A extends V1VolumeProjectionFluent<A>>
- Returns:
- The buildable object.
-
buildSecret
public io.kubernetes.client.openapi.models.V1SecretProjection buildSecret()- Specified by:
buildSecret
in interfaceV1VolumeProjectionFluent<A extends V1VolumeProjectionFluent<A>>
-
withSecret
- Specified by:
withSecret
in interfaceV1VolumeProjectionFluent<A extends V1VolumeProjectionFluent<A>>
-
hasSecret
- Specified by:
hasSecret
in interfaceV1VolumeProjectionFluent<A extends V1VolumeProjectionFluent<A>>
-
withNewSecret
- Specified by:
withNewSecret
in interfaceV1VolumeProjectionFluent<A extends V1VolumeProjectionFluent<A>>
-
withNewSecretLike
public V1VolumeProjectionFluent.SecretNested<A> withNewSecretLike(io.kubernetes.client.openapi.models.V1SecretProjection item) - Specified by:
withNewSecretLike
in interfaceV1VolumeProjectionFluent<A extends V1VolumeProjectionFluent<A>>
-
editSecret
- Specified by:
editSecret
in interfaceV1VolumeProjectionFluent<A extends V1VolumeProjectionFluent<A>>
-
editOrNewSecret
- Specified by:
editOrNewSecret
in interfaceV1VolumeProjectionFluent<A extends V1VolumeProjectionFluent<A>>
-
editOrNewSecretLike
public V1VolumeProjectionFluent.SecretNested<A> editOrNewSecretLike(io.kubernetes.client.openapi.models.V1SecretProjection item) - Specified by:
editOrNewSecretLike
in interfaceV1VolumeProjectionFluent<A extends V1VolumeProjectionFluent<A>>
-
getServiceAccountToken
@Deprecated public io.kubernetes.client.openapi.models.V1ServiceAccountTokenProjection getServiceAccountToken()Deprecated.This method has been deprecated, please use method buildServiceAccountToken instead.- Specified by:
getServiceAccountToken
in interfaceV1VolumeProjectionFluent<A extends V1VolumeProjectionFluent<A>>
- Returns:
- The buildable object.
-
buildServiceAccountToken
public io.kubernetes.client.openapi.models.V1ServiceAccountTokenProjection buildServiceAccountToken()- Specified by:
buildServiceAccountToken
in interfaceV1VolumeProjectionFluent<A extends V1VolumeProjectionFluent<A>>
-
withServiceAccountToken
public A withServiceAccountToken(io.kubernetes.client.openapi.models.V1ServiceAccountTokenProjection serviceAccountToken) - Specified by:
withServiceAccountToken
in interfaceV1VolumeProjectionFluent<A extends V1VolumeProjectionFluent<A>>
-
hasServiceAccountToken
- Specified by:
hasServiceAccountToken
in interfaceV1VolumeProjectionFluent<A extends V1VolumeProjectionFluent<A>>
-
withNewServiceAccountToken
- Specified by:
withNewServiceAccountToken
in interfaceV1VolumeProjectionFluent<A extends V1VolumeProjectionFluent<A>>
-
withNewServiceAccountTokenLike
public V1VolumeProjectionFluent.ServiceAccountTokenNested<A> withNewServiceAccountTokenLike(io.kubernetes.client.openapi.models.V1ServiceAccountTokenProjection item) - Specified by:
withNewServiceAccountTokenLike
in interfaceV1VolumeProjectionFluent<A extends V1VolumeProjectionFluent<A>>
-
editServiceAccountToken
- Specified by:
editServiceAccountToken
in interfaceV1VolumeProjectionFluent<A extends V1VolumeProjectionFluent<A>>
-
editOrNewServiceAccountToken
- Specified by:
editOrNewServiceAccountToken
in interfaceV1VolumeProjectionFluent<A extends V1VolumeProjectionFluent<A>>
-
editOrNewServiceAccountTokenLike
public V1VolumeProjectionFluent.ServiceAccountTokenNested<A> editOrNewServiceAccountTokenLike(io.kubernetes.client.openapi.models.V1ServiceAccountTokenProjection item) - Specified by:
editOrNewServiceAccountTokenLike
in interfaceV1VolumeProjectionFluent<A extends V1VolumeProjectionFluent<A>>
-
equals
- Overrides:
equals
in classBaseFluent<A extends V1VolumeProjectionFluent<A>>
-
hashCode
public int hashCode()- Overrides:
hashCode
in classBaseFluent<A extends V1VolumeProjectionFluent<A>>
-
toString
-