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 StringgetName()BooleanhasName()BooleanhasOptional()BooleanisOptional()AwithName(String name)AwithNewName(String arg1)AwithNewName(StringBuffer arg1)AwithNewName(StringBuilder arg1)AwithNewOptional(boolean arg1)AwithNewOptional(String arg1)AwithOptional(Boolean optional)
-
Method Details
-
getName
String getName() -
withName
-
hasName
Boolean hasName() -
withNewName
-
withNewName
-
withNewName
-
isOptional
Boolean isOptional() -
withOptional
-
hasOptional
Boolean hasOptional() -
withNewOptional
-
withNewOptional
-