Package io.fabric8.kubernetes.api.model
Class SecretEnvSourceFluentImpl<A extends SecretEnvSourceFluent<A>>
java.lang.Object
io.fabric8.kubernetes.api.builder.BaseFluent<A>
io.fabric8.kubernetes.api.model.SecretEnvSourceFluentImpl<A>
- All Implemented Interfaces:
Fluent<A>,Visitable<A>,SecretEnvSourceFluent<A>
- Direct Known Subclasses:
DoneableSecretEnvSource,EnvFromSourceFluentImpl.SecretRefNestedImpl,SecretEnvSourceBuilder,WatchEventFluentImpl.SecretEnvSourceObjectNestedImpl
public class SecretEnvSourceFluentImpl<A extends SecretEnvSourceFluent<A>> extends BaseFluent<A> implements SecretEnvSourceFluent<A>
-
Field Summary
-
Constructor Summary
Constructors Constructor Description SecretEnvSourceFluentImpl()SecretEnvSourceFluentImpl(SecretEnvSource instance) -
Method Summary
Modifier and Type Method Description booleanequals(Object o)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)
-
Constructor Details
-
SecretEnvSourceFluentImpl
public SecretEnvSourceFluentImpl() -
SecretEnvSourceFluentImpl
-
-
Method Details
-
getName
- Specified by:
getNamein interfaceSecretEnvSourceFluent<A extends SecretEnvSourceFluent<A>>
-
withName
- Specified by:
withNamein interfaceSecretEnvSourceFluent<A extends SecretEnvSourceFluent<A>>
-
hasName
- Specified by:
hasNamein interfaceSecretEnvSourceFluent<A extends SecretEnvSourceFluent<A>>
-
withNewName
- Specified by:
withNewNamein interfaceSecretEnvSourceFluent<A extends SecretEnvSourceFluent<A>>
-
withNewName
- Specified by:
withNewNamein interfaceSecretEnvSourceFluent<A extends SecretEnvSourceFluent<A>>
-
withNewName
- Specified by:
withNewNamein interfaceSecretEnvSourceFluent<A extends SecretEnvSourceFluent<A>>
-
isOptional
- Specified by:
isOptionalin interfaceSecretEnvSourceFluent<A extends SecretEnvSourceFluent<A>>
-
withOptional
- Specified by:
withOptionalin interfaceSecretEnvSourceFluent<A extends SecretEnvSourceFluent<A>>
-
hasOptional
- Specified by:
hasOptionalin interfaceSecretEnvSourceFluent<A extends SecretEnvSourceFluent<A>>
-
withNewOptional
- Specified by:
withNewOptionalin interfaceSecretEnvSourceFluent<A extends SecretEnvSourceFluent<A>>
-
withNewOptional
- Specified by:
withNewOptionalin interfaceSecretEnvSourceFluent<A extends SecretEnvSourceFluent<A>>
-
equals
-