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:
DoneableSecretEnvSource,EnvFromSourceFluentImpl.SecretRefNestedImpl,SecretEnvSourceBuilder,SecretEnvSourceFluentImpl,WatchEventFluentImpl.SecretEnvSourceObjectNestedImpl
public interface SecretEnvSourceFluent<A extends SecretEnvSourceFluent<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
-