Package io.fabric8.kubernetes.api.model
Interface ConfigMapEnvSourceFluent<A extends ConfigMapEnvSourceFluent<A>>
- All Superinterfaces:
Fluent<A>
- All Known Subinterfaces:
EnvFromSourceFluent.ConfigMapRefNested<N>
,WatchEventFluent.ConfigMapEnvSourceObjectNested<N>
- All Known Implementing Classes:
ConfigMapEnvSourceBuilder
,ConfigMapEnvSourceFluentImpl
,DoneableConfigMapEnvSource
,EnvFromSourceFluentImpl.ConfigMapRefNestedImpl
,WatchEventFluentImpl.ConfigMapEnvSourceObjectNestedImpl
public interface ConfigMapEnvSourceFluent<A extends ConfigMapEnvSourceFluent<A>> extends Fluent<A>
-
Method Summary
Modifier and Type Method Description String
getName()
Boolean
hasName()
Boolean
hasOptional()
Boolean
isOptional()
A
withName(String name)
A
withNewName(String arg1)
A
withNewName(StringBuffer arg1)
A
withNewName(StringBuilder arg1)
A
withNewOptional(boolean arg1)
A
withNewOptional(String arg1)
A
withOptional(Boolean optional)
-
Method Details
-
getName
String getName() -
withName
-
hasName
Boolean hasName() -
withNewName
-
withNewName
-
withNewName
-
isOptional
Boolean isOptional() -
withOptional
-
hasOptional
Boolean hasOptional() -
withNewOptional
-
withNewOptional
-