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
,EnvFromSourceFluentImpl.ConfigMapRefNestedImpl
,WatchEventFluentImpl.ConfigMapEnvSourceObjectNestedImpl
public interface ConfigMapEnvSourceFluent<A extends ConfigMapEnvSourceFluent<A>> extends Fluent<A>
-
-
Method Summary
All Methods Instance Methods Abstract Methods 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 Detail
-
getName
String getName()
-
hasName
Boolean hasName()
-
withNewName
A withNewName(StringBuilder arg1)
-
withNewName
A withNewName(StringBuffer arg1)
-
isOptional
Boolean isOptional()
-
hasOptional
Boolean hasOptional()
-
withNewOptional
A withNewOptional(boolean arg1)
-
-