Package io.fabric8.kubernetes.api.model
Class EnvVarSourceFluentImpl.ConfigMapKeyRefNestedImpl<N>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.kubernetes.api.model.ConfigMapKeySelectorFluentImpl<EnvVarSourceFluent.ConfigMapKeyRefNested<N>>
-
- io.fabric8.kubernetes.api.model.EnvVarSourceFluentImpl.ConfigMapKeyRefNestedImpl<N>
-
- All Implemented Interfaces:
Fluent<EnvVarSourceFluent.ConfigMapKeyRefNested<N>>
,Nested<N>
,Visitable<EnvVarSourceFluent.ConfigMapKeyRefNested<N>>
,ConfigMapKeySelectorFluent<EnvVarSourceFluent.ConfigMapKeyRefNested<N>>
,EnvVarSourceFluent.ConfigMapKeyRefNested<N>
- Enclosing class:
- EnvVarSourceFluentImpl<A extends EnvVarSourceFluent<A>>
public class EnvVarSourceFluentImpl.ConfigMapKeyRefNestedImpl<N> extends ConfigMapKeySelectorFluentImpl<EnvVarSourceFluent.ConfigMapKeyRefNested<N>> implements EnvVarSourceFluent.ConfigMapKeyRefNested<N>, Nested<N>
-
-
Field Summary
-
Fields inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
_visitables
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description N
and()
N
endConfigMapKeyRef()
-
Methods inherited from class io.fabric8.kubernetes.api.model.ConfigMapKeySelectorFluentImpl
equals, getKey, getName, hashCode, hasKey, hasName, hasOptional, isOptional, withKey, withName, withNewKey, withNewKey, withNewKey, withNewName, withNewName, withNewName, withNewOptional, withNewOptional, withOptional
-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
accept, accept, aggregate, aggregate, build, build, builderOf
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface io.fabric8.kubernetes.api.model.ConfigMapKeySelectorFluent
getKey, getName, hasKey, hasName, hasOptional, isOptional, withKey, withName, withNewKey, withNewKey, withNewKey, withNewName, withNewName, withNewName, withNewOptional, withNewOptional, withOptional
-
-
-
-
Method Detail
-
and
public N and()
-
endConfigMapKeyRef
public N endConfigMapKeyRef()
- Specified by:
endConfigMapKeyRef
in interfaceEnvVarSourceFluent.ConfigMapKeyRefNested<N>
-
-