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 boolean
equals(Object o)
String
getName()
int
hashCode()
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)
-
-
-
Constructor Detail
-
SecretEnvSourceFluentImpl
public SecretEnvSourceFluentImpl()
-
SecretEnvSourceFluentImpl
public SecretEnvSourceFluentImpl(SecretEnvSource instance)
-
-
Method Detail
-
getName
public String getName()
- Specified by:
getName
in interfaceSecretEnvSourceFluent<A extends SecretEnvSourceFluent<A>>
-
withName
public A withName(String name)
- Specified by:
withName
in interfaceSecretEnvSourceFluent<A extends SecretEnvSourceFluent<A>>
-
hasName
public Boolean hasName()
- Specified by:
hasName
in interfaceSecretEnvSourceFluent<A extends SecretEnvSourceFluent<A>>
-
withNewName
public A withNewName(String arg1)
- Specified by:
withNewName
in interfaceSecretEnvSourceFluent<A extends SecretEnvSourceFluent<A>>
-
withNewName
public A withNewName(StringBuilder arg1)
- Specified by:
withNewName
in interfaceSecretEnvSourceFluent<A extends SecretEnvSourceFluent<A>>
-
withNewName
public A withNewName(StringBuffer arg1)
- Specified by:
withNewName
in interfaceSecretEnvSourceFluent<A extends SecretEnvSourceFluent<A>>
-
isOptional
public Boolean isOptional()
- Specified by:
isOptional
in interfaceSecretEnvSourceFluent<A extends SecretEnvSourceFluent<A>>
-
withOptional
public A withOptional(Boolean optional)
- Specified by:
withOptional
in interfaceSecretEnvSourceFluent<A extends SecretEnvSourceFluent<A>>
-
hasOptional
public Boolean hasOptional()
- Specified by:
hasOptional
in interfaceSecretEnvSourceFluent<A extends SecretEnvSourceFluent<A>>
-
withNewOptional
public A withNewOptional(String arg1)
- Specified by:
withNewOptional
in interfaceSecretEnvSourceFluent<A extends SecretEnvSourceFluent<A>>
-
withNewOptional
public A withNewOptional(boolean arg1)
- Specified by:
withNewOptional
in interfaceSecretEnvSourceFluent<A extends SecretEnvSourceFluent<A>>
-
-