Package io.fabric8.kubernetes.api.model
Interface SecretEnvSourceFluent<A extends SecretEnvSourceFluent<A>>
-
- All Superinterfaces:
Fluent<A>
- All Known Subinterfaces:
EnvFromSourceFluent.SecretRefNested<N>
,WatchEventFluent.SecretEnvSourceObjectNested<N>
- All Known Implementing Classes:
EnvFromSourceFluentImpl.SecretRefNestedImpl
,SecretEnvSourceBuilder
,SecretEnvSourceFluentImpl
,WatchEventFluentImpl.SecretEnvSourceObjectNestedImpl
public interface SecretEnvSourceFluent<A extends SecretEnvSourceFluent<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)
-
-