Class V1EnvFromSourceFluentImpl<A extends V1EnvFromSourceFluent<A>>
java.lang.Object
io.kubernetes.client.fluent.BaseFluent<A>
io.kubernetes.client.openapi.models.V1EnvFromSourceFluentImpl<A>
- All Implemented Interfaces:
Fluent<A>,Visitable<A>,V1EnvFromSourceFluent<A>
- Direct Known Subclasses:
V1EnvFromSourceBuilder
public class V1EnvFromSourceFluentImpl<A extends V1EnvFromSourceFluent<A>>
extends BaseFluent<A>
implements V1EnvFromSourceFluent<A>
Generated
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.kubernetes.client.openapi.models.V1EnvFromSourceFluent
V1EnvFromSourceFluent.ConfigMapRefNested<N>, V1EnvFromSourceFluent.SecretRefNested<N> -
Field Summary
Fields inherited from class io.kubernetes.client.fluent.BaseFluent
_visitables, VISIT -
Constructor Summary
ConstructorsConstructorDescriptionV1EnvFromSourceFluentImpl(io.kubernetes.client.openapi.models.V1EnvFromSource instance) -
Method Summary
Modifier and TypeMethodDescriptionio.kubernetes.client.openapi.models.V1ConfigMapEnvSourceio.kubernetes.client.openapi.models.V1SecretEnvSourceeditOrNewConfigMapRefLike(io.kubernetes.client.openapi.models.V1ConfigMapEnvSource item) editOrNewSecretRefLike(io.kubernetes.client.openapi.models.V1SecretEnvSource item) booleanio.kubernetes.client.openapi.models.V1ConfigMapEnvSourceDeprecated.io.kubernetes.client.openapi.models.V1SecretEnvSourceDeprecated.inthashCode()toString()withConfigMapRef(io.kubernetes.client.openapi.models.V1ConfigMapEnvSource configMapRef) withNewConfigMapRefLike(io.kubernetes.client.openapi.models.V1ConfigMapEnvSource item) withNewSecretRefLike(io.kubernetes.client.openapi.models.V1SecretEnvSource item) withPrefix(String prefix) withSecretRef(io.kubernetes.client.openapi.models.V1SecretEnvSource secretRef) Methods inherited from class io.kubernetes.client.fluent.BaseFluent
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOf
-
Constructor Details
-
V1EnvFromSourceFluentImpl
public V1EnvFromSourceFluentImpl() -
V1EnvFromSourceFluentImpl
public V1EnvFromSourceFluentImpl(io.kubernetes.client.openapi.models.V1EnvFromSource instance)
-
-
Method Details
-
getConfigMapRef
Deprecated.This method has been deprecated, please use method buildConfigMapRef instead.- Specified by:
getConfigMapRefin interfaceV1EnvFromSourceFluent<A extends V1EnvFromSourceFluent<A>>- Returns:
- The buildable object.
-
buildConfigMapRef
public io.kubernetes.client.openapi.models.V1ConfigMapEnvSource buildConfigMapRef()- Specified by:
buildConfigMapRefin interfaceV1EnvFromSourceFluent<A extends V1EnvFromSourceFluent<A>>
-
withConfigMapRef
- Specified by:
withConfigMapRefin interfaceV1EnvFromSourceFluent<A extends V1EnvFromSourceFluent<A>>
-
hasConfigMapRef
- Specified by:
hasConfigMapRefin interfaceV1EnvFromSourceFluent<A extends V1EnvFromSourceFluent<A>>
-
withNewConfigMapRef
- Specified by:
withNewConfigMapRefin interfaceV1EnvFromSourceFluent<A extends V1EnvFromSourceFluent<A>>
-
withNewConfigMapRefLike
public V1EnvFromSourceFluent.ConfigMapRefNested<A> withNewConfigMapRefLike(io.kubernetes.client.openapi.models.V1ConfigMapEnvSource item) - Specified by:
withNewConfigMapRefLikein interfaceV1EnvFromSourceFluent<A extends V1EnvFromSourceFluent<A>>
-
editConfigMapRef
- Specified by:
editConfigMapRefin interfaceV1EnvFromSourceFluent<A extends V1EnvFromSourceFluent<A>>
-
editOrNewConfigMapRef
- Specified by:
editOrNewConfigMapRefin interfaceV1EnvFromSourceFluent<A extends V1EnvFromSourceFluent<A>>
-
editOrNewConfigMapRefLike
public V1EnvFromSourceFluent.ConfigMapRefNested<A> editOrNewConfigMapRefLike(io.kubernetes.client.openapi.models.V1ConfigMapEnvSource item) - Specified by:
editOrNewConfigMapRefLikein interfaceV1EnvFromSourceFluent<A extends V1EnvFromSourceFluent<A>>
-
getPrefix
- Specified by:
getPrefixin interfaceV1EnvFromSourceFluent<A extends V1EnvFromSourceFluent<A>>
-
withPrefix
- Specified by:
withPrefixin interfaceV1EnvFromSourceFluent<A extends V1EnvFromSourceFluent<A>>
-
hasPrefix
- Specified by:
hasPrefixin interfaceV1EnvFromSourceFluent<A extends V1EnvFromSourceFluent<A>>
-
getSecretRef
Deprecated.This method has been deprecated, please use method buildSecretRef instead.- Specified by:
getSecretRefin interfaceV1EnvFromSourceFluent<A extends V1EnvFromSourceFluent<A>>- Returns:
- The buildable object.
-
buildSecretRef
public io.kubernetes.client.openapi.models.V1SecretEnvSource buildSecretRef()- Specified by:
buildSecretRefin interfaceV1EnvFromSourceFluent<A extends V1EnvFromSourceFluent<A>>
-
withSecretRef
- Specified by:
withSecretRefin interfaceV1EnvFromSourceFluent<A extends V1EnvFromSourceFluent<A>>
-
hasSecretRef
- Specified by:
hasSecretRefin interfaceV1EnvFromSourceFluent<A extends V1EnvFromSourceFluent<A>>
-
withNewSecretRef
- Specified by:
withNewSecretRefin interfaceV1EnvFromSourceFluent<A extends V1EnvFromSourceFluent<A>>
-
withNewSecretRefLike
public V1EnvFromSourceFluent.SecretRefNested<A> withNewSecretRefLike(io.kubernetes.client.openapi.models.V1SecretEnvSource item) - Specified by:
withNewSecretRefLikein interfaceV1EnvFromSourceFluent<A extends V1EnvFromSourceFluent<A>>
-
editSecretRef
- Specified by:
editSecretRefin interfaceV1EnvFromSourceFluent<A extends V1EnvFromSourceFluent<A>>
-
editOrNewSecretRef
- Specified by:
editOrNewSecretRefin interfaceV1EnvFromSourceFluent<A extends V1EnvFromSourceFluent<A>>
-
editOrNewSecretRefLike
public V1EnvFromSourceFluent.SecretRefNested<A> editOrNewSecretRefLike(io.kubernetes.client.openapi.models.V1SecretEnvSource item) - Specified by:
editOrNewSecretRefLikein interfaceV1EnvFromSourceFluent<A extends V1EnvFromSourceFluent<A>>
-
equals
- Overrides:
equalsin classBaseFluent<A extends V1EnvFromSourceFluent<A>>
-
hashCode
public int hashCode()- Overrides:
hashCodein classBaseFluent<A extends V1EnvFromSourceFluent<A>>
-
toString
-