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:
EnvFromSourceFluentImpl.SecretRefNestedImpl,SecretEnvSourceBuilder,WatchEventFluentImpl.SecretEnvSourceObjectNestedImpl
public class SecretEnvSourceFluentImpl<A extends SecretEnvSourceFluent<A>> extends BaseFluent<A> implements SecretEnvSourceFluent<A>
-
-
Field Summary
-
Fields inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
_visitables
-
-
Constructor Summary
Constructors Constructor Description SecretEnvSourceFluentImpl()SecretEnvSourceFluentImpl(SecretEnvSource instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetName()inthashCode()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 Detail
-
SecretEnvSourceFluentImpl
public SecretEnvSourceFluentImpl()
-
SecretEnvSourceFluentImpl
public SecretEnvSourceFluentImpl(SecretEnvSource instance)
-
-
Method Detail
-
getName
public String getName()
- Specified by:
getNamein interfaceSecretEnvSourceFluent<A extends SecretEnvSourceFluent<A>>
-
withName
public A withName(String name)
- Specified by:
withNamein interfaceSecretEnvSourceFluent<A extends SecretEnvSourceFluent<A>>
-
hasName
public Boolean hasName()
- Specified by:
hasNamein interfaceSecretEnvSourceFluent<A extends SecretEnvSourceFluent<A>>
-
withNewName
public A withNewName(String arg1)
- Specified by:
withNewNamein interfaceSecretEnvSourceFluent<A extends SecretEnvSourceFluent<A>>
-
withNewName
public A withNewName(StringBuilder arg1)
- Specified by:
withNewNamein interfaceSecretEnvSourceFluent<A extends SecretEnvSourceFluent<A>>
-
withNewName
public A withNewName(StringBuffer arg1)
- Specified by:
withNewNamein interfaceSecretEnvSourceFluent<A extends SecretEnvSourceFluent<A>>
-
isOptional
public Boolean isOptional()
- Specified by:
isOptionalin interfaceSecretEnvSourceFluent<A extends SecretEnvSourceFluent<A>>
-
withOptional
public A withOptional(Boolean optional)
- Specified by:
withOptionalin interfaceSecretEnvSourceFluent<A extends SecretEnvSourceFluent<A>>
-
hasOptional
public Boolean hasOptional()
- Specified by:
hasOptionalin interfaceSecretEnvSourceFluent<A extends SecretEnvSourceFluent<A>>
-
withNewOptional
public A withNewOptional(String arg1)
- Specified by:
withNewOptionalin interfaceSecretEnvSourceFluent<A extends SecretEnvSourceFluent<A>>
-
withNewOptional
public A withNewOptional(boolean arg1)
- Specified by:
withNewOptionalin interfaceSecretEnvSourceFluent<A extends SecretEnvSourceFluent<A>>
-
-