Class V1EnvVarFluentImpl<A extends V1EnvVarFluent<A>>
java.lang.Object
io.kubernetes.client.fluent.BaseFluent<A>
io.kubernetes.client.openapi.models.V1EnvVarFluentImpl<A>
- All Implemented Interfaces:
Fluent<A>,Visitable<A>,V1EnvVarFluent<A>
- Direct Known Subclasses:
V1EnvVarBuilder
public class V1EnvVarFluentImpl<A extends V1EnvVarFluent<A>>
extends BaseFluent<A>
implements V1EnvVarFluent<A>
Generated
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.kubernetes.client.openapi.models.V1EnvVarFluent
V1EnvVarFluent.ValueFromNested<N> -
Field Summary
Fields inherited from class io.kubernetes.client.fluent.BaseFluent
_visitables, VISIT -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionio.kubernetes.client.openapi.models.V1EnvVarSourceeditOrNewValueFromLike(io.kubernetes.client.openapi.models.V1EnvVarSource item) booleangetName()getValue()io.kubernetes.client.openapi.models.V1EnvVarSourceDeprecated.inthashCode()hasName()hasValue()toString()withNewValueFromLike(io.kubernetes.client.openapi.models.V1EnvVarSource item) withValueFrom(io.kubernetes.client.openapi.models.V1EnvVarSource valueFrom) Methods inherited from class io.kubernetes.client.fluent.BaseFluent
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOf
-
Constructor Details
-
V1EnvVarFluentImpl
public V1EnvVarFluentImpl() -
V1EnvVarFluentImpl
public V1EnvVarFluentImpl(io.kubernetes.client.openapi.models.V1EnvVar instance)
-
-
Method Details
-
getName
- Specified by:
getNamein interfaceV1EnvVarFluent<A extends V1EnvVarFluent<A>>
-
withName
- Specified by:
withNamein interfaceV1EnvVarFluent<A extends V1EnvVarFluent<A>>
-
hasName
- Specified by:
hasNamein interfaceV1EnvVarFluent<A extends V1EnvVarFluent<A>>
-
getValue
- Specified by:
getValuein interfaceV1EnvVarFluent<A extends V1EnvVarFluent<A>>
-
withValue
- Specified by:
withValuein interfaceV1EnvVarFluent<A extends V1EnvVarFluent<A>>
-
hasValue
- Specified by:
hasValuein interfaceV1EnvVarFluent<A extends V1EnvVarFluent<A>>
-
getValueFrom
Deprecated.This method has been deprecated, please use method buildValueFrom instead.- Specified by:
getValueFromin interfaceV1EnvVarFluent<A extends V1EnvVarFluent<A>>- Returns:
- The buildable object.
-
buildValueFrom
public io.kubernetes.client.openapi.models.V1EnvVarSource buildValueFrom()- Specified by:
buildValueFromin interfaceV1EnvVarFluent<A extends V1EnvVarFluent<A>>
-
withValueFrom
- Specified by:
withValueFromin interfaceV1EnvVarFluent<A extends V1EnvVarFluent<A>>
-
hasValueFrom
- Specified by:
hasValueFromin interfaceV1EnvVarFluent<A extends V1EnvVarFluent<A>>
-
withNewValueFrom
- Specified by:
withNewValueFromin interfaceV1EnvVarFluent<A extends V1EnvVarFluent<A>>
-
withNewValueFromLike
public V1EnvVarFluent.ValueFromNested<A> withNewValueFromLike(io.kubernetes.client.openapi.models.V1EnvVarSource item) - Specified by:
withNewValueFromLikein interfaceV1EnvVarFluent<A extends V1EnvVarFluent<A>>
-
editValueFrom
- Specified by:
editValueFromin interfaceV1EnvVarFluent<A extends V1EnvVarFluent<A>>
-
editOrNewValueFrom
- Specified by:
editOrNewValueFromin interfaceV1EnvVarFluent<A extends V1EnvVarFluent<A>>
-
editOrNewValueFromLike
public V1EnvVarFluent.ValueFromNested<A> editOrNewValueFromLike(io.kubernetes.client.openapi.models.V1EnvVarSource item) - Specified by:
editOrNewValueFromLikein interfaceV1EnvVarFluent<A extends V1EnvVarFluent<A>>
-
equals
- Overrides:
equalsin classBaseFluent<A extends V1EnvVarFluent<A>>
-
hashCode
public int hashCode()- Overrides:
hashCodein classBaseFluent<A extends V1EnvVarFluent<A>>
-
toString
-