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.V1ConfigMapEnvSource
io.kubernetes.client.openapi.models.V1SecretEnvSource
editOrNewConfigMapRefLike
(io.kubernetes.client.openapi.models.V1ConfigMapEnvSource item) editOrNewSecretRefLike
(io.kubernetes.client.openapi.models.V1SecretEnvSource item) boolean
io.kubernetes.client.openapi.models.V1ConfigMapEnvSource
Deprecated.io.kubernetes.client.openapi.models.V1SecretEnvSource
Deprecated.int
hashCode()
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:
getConfigMapRef
in interfaceV1EnvFromSourceFluent<A extends V1EnvFromSourceFluent<A>>
- Returns:
- The buildable object.
-
buildConfigMapRef
public io.kubernetes.client.openapi.models.V1ConfigMapEnvSource buildConfigMapRef()- Specified by:
buildConfigMapRef
in interfaceV1EnvFromSourceFluent<A extends V1EnvFromSourceFluent<A>>
-
withConfigMapRef
- Specified by:
withConfigMapRef
in interfaceV1EnvFromSourceFluent<A extends V1EnvFromSourceFluent<A>>
-
hasConfigMapRef
- Specified by:
hasConfigMapRef
in interfaceV1EnvFromSourceFluent<A extends V1EnvFromSourceFluent<A>>
-
withNewConfigMapRef
- Specified by:
withNewConfigMapRef
in interfaceV1EnvFromSourceFluent<A extends V1EnvFromSourceFluent<A>>
-
withNewConfigMapRefLike
public V1EnvFromSourceFluent.ConfigMapRefNested<A> withNewConfigMapRefLike(io.kubernetes.client.openapi.models.V1ConfigMapEnvSource item) - Specified by:
withNewConfigMapRefLike
in interfaceV1EnvFromSourceFluent<A extends V1EnvFromSourceFluent<A>>
-
editConfigMapRef
- Specified by:
editConfigMapRef
in interfaceV1EnvFromSourceFluent<A extends V1EnvFromSourceFluent<A>>
-
editOrNewConfigMapRef
- Specified by:
editOrNewConfigMapRef
in interfaceV1EnvFromSourceFluent<A extends V1EnvFromSourceFluent<A>>
-
editOrNewConfigMapRefLike
public V1EnvFromSourceFluent.ConfigMapRefNested<A> editOrNewConfigMapRefLike(io.kubernetes.client.openapi.models.V1ConfigMapEnvSource item) - Specified by:
editOrNewConfigMapRefLike
in interfaceV1EnvFromSourceFluent<A extends V1EnvFromSourceFluent<A>>
-
getPrefix
- Specified by:
getPrefix
in interfaceV1EnvFromSourceFluent<A extends V1EnvFromSourceFluent<A>>
-
withPrefix
- Specified by:
withPrefix
in interfaceV1EnvFromSourceFluent<A extends V1EnvFromSourceFluent<A>>
-
hasPrefix
- Specified by:
hasPrefix
in interfaceV1EnvFromSourceFluent<A extends V1EnvFromSourceFluent<A>>
-
getSecretRef
Deprecated.This method has been deprecated, please use method buildSecretRef instead.- Specified by:
getSecretRef
in interfaceV1EnvFromSourceFluent<A extends V1EnvFromSourceFluent<A>>
- Returns:
- The buildable object.
-
buildSecretRef
public io.kubernetes.client.openapi.models.V1SecretEnvSource buildSecretRef()- Specified by:
buildSecretRef
in interfaceV1EnvFromSourceFluent<A extends V1EnvFromSourceFluent<A>>
-
withSecretRef
- Specified by:
withSecretRef
in interfaceV1EnvFromSourceFluent<A extends V1EnvFromSourceFluent<A>>
-
hasSecretRef
- Specified by:
hasSecretRef
in interfaceV1EnvFromSourceFluent<A extends V1EnvFromSourceFluent<A>>
-
withNewSecretRef
- Specified by:
withNewSecretRef
in interfaceV1EnvFromSourceFluent<A extends V1EnvFromSourceFluent<A>>
-
withNewSecretRefLike
public V1EnvFromSourceFluent.SecretRefNested<A> withNewSecretRefLike(io.kubernetes.client.openapi.models.V1SecretEnvSource item) - Specified by:
withNewSecretRefLike
in interfaceV1EnvFromSourceFluent<A extends V1EnvFromSourceFluent<A>>
-
editSecretRef
- Specified by:
editSecretRef
in interfaceV1EnvFromSourceFluent<A extends V1EnvFromSourceFluent<A>>
-
editOrNewSecretRef
- Specified by:
editOrNewSecretRef
in interfaceV1EnvFromSourceFluent<A extends V1EnvFromSourceFluent<A>>
-
editOrNewSecretRefLike
public V1EnvFromSourceFluent.SecretRefNested<A> editOrNewSecretRefLike(io.kubernetes.client.openapi.models.V1SecretEnvSource item) - Specified by:
editOrNewSecretRefLike
in interfaceV1EnvFromSourceFluent<A extends V1EnvFromSourceFluent<A>>
-
equals
- Overrides:
equals
in classBaseFluent<A extends V1EnvFromSourceFluent<A>>
-
hashCode
public int hashCode()- Overrides:
hashCode
in classBaseFluent<A extends V1EnvFromSourceFluent<A>>
-
toString
-