Class V1VolumeProjectionBuilder
java.lang.Object
io.kubernetes.client.fluent.BaseFluent<A>
io.kubernetes.client.openapi.models.V1VolumeProjectionFluentImpl<V1VolumeProjectionBuilder>
io.kubernetes.client.openapi.models.V1VolumeProjectionBuilder
- All Implemented Interfaces:
Builder<io.kubernetes.client.openapi.models.V1VolumeProjection>
,Fluent<V1VolumeProjectionBuilder>
,Visitable<V1VolumeProjectionBuilder>
,VisitableBuilder<io.kubernetes.client.openapi.models.V1VolumeProjection,
,V1VolumeProjectionBuilder> V1VolumeProjectionFluent<V1VolumeProjectionBuilder>
public class V1VolumeProjectionBuilder
extends V1VolumeProjectionFluentImpl<V1VolumeProjectionBuilder>
implements VisitableBuilder<io.kubernetes.client.openapi.models.V1VolumeProjection,V1VolumeProjectionBuilder>
-
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
ConstructorsConstructorDescriptionV1VolumeProjectionBuilder
(io.kubernetes.client.openapi.models.V1VolumeProjection instance) V1VolumeProjectionBuilder
(V1VolumeProjectionFluent<?> fluent, io.kubernetes.client.openapi.models.V1VolumeProjection instance) V1VolumeProjectionBuilder
(V1VolumeProjectionFluent<?> fluent, io.kubernetes.client.openapi.models.V1VolumeProjection instance, Boolean validationEnabled) V1VolumeProjectionBuilder
(V1VolumeProjectionFluent<?> fluent, Boolean validationEnabled) V1VolumeProjectionBuilder
(io.kubernetes.client.openapi.models.V1VolumeProjection instance, Boolean validationEnabled) V1VolumeProjectionBuilder
(Boolean validationEnabled) -
Method Summary
Methods inherited from class io.kubernetes.client.openapi.models.V1VolumeProjectionFluentImpl
buildConfigMap, buildDownwardAPI, buildSecret, buildServiceAccountToken, editConfigMap, editDownwardAPI, editOrNewConfigMap, editOrNewConfigMapLike, editOrNewDownwardAPI, editOrNewDownwardAPILike, editOrNewSecret, editOrNewSecretLike, editOrNewServiceAccountToken, editOrNewServiceAccountTokenLike, editSecret, editServiceAccountToken, equals, getConfigMap, getDownwardAPI, getSecret, getServiceAccountToken, hasConfigMap, hasDownwardAPI, hashCode, hasSecret, hasServiceAccountToken, toString, withConfigMap, withDownwardAPI, withNewConfigMap, withNewConfigMapLike, withNewDownwardAPI, withNewDownwardAPILike, withNewSecret, withNewSecretLike, withNewServiceAccountToken, withNewServiceAccountTokenLike, withSecret, withServiceAccountToken
Methods inherited from class io.kubernetes.client.fluent.BaseFluent
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOf
-
Constructor Details
-
V1VolumeProjectionBuilder
public V1VolumeProjectionBuilder() -
V1VolumeProjectionBuilder
-
V1VolumeProjectionBuilder
-
V1VolumeProjectionBuilder
-
V1VolumeProjectionBuilder
public V1VolumeProjectionBuilder(V1VolumeProjectionFluent<?> fluent, io.kubernetes.client.openapi.models.V1VolumeProjection instance) -
V1VolumeProjectionBuilder
public V1VolumeProjectionBuilder(V1VolumeProjectionFluent<?> fluent, io.kubernetes.client.openapi.models.V1VolumeProjection instance, Boolean validationEnabled) -
V1VolumeProjectionBuilder
public V1VolumeProjectionBuilder(io.kubernetes.client.openapi.models.V1VolumeProjection instance) -
V1VolumeProjectionBuilder
public V1VolumeProjectionBuilder(io.kubernetes.client.openapi.models.V1VolumeProjection instance, Boolean validationEnabled)
-
-
Method Details