Package io.fabric8.kubernetes.api.model
Class SecretKeySelectorFluentImpl<A extends SecretKeySelectorFluent<A>>
java.lang.Object
io.fabric8.kubernetes.api.builder.BaseFluent<A>
io.fabric8.kubernetes.api.model.SecretKeySelectorFluentImpl<A>
- All Implemented Interfaces:
Fluent<A>,Visitable<A>,SecretKeySelectorFluent<A>
- Direct Known Subclasses:
DoneableSecretKeySelector,EnvVarSourceFluentImpl.SecretKeyRefNestedImpl,SecretKeySelectorBuilder,WatchEventFluentImpl.SecretKeySelectorObjectNestedImpl
public class SecretKeySelectorFluentImpl<A extends SecretKeySelectorFluent<A>> extends BaseFluent<A> implements SecretKeySelectorFluent<A>
-
Field Summary
-
Constructor Summary
Constructors Constructor Description SecretKeySelectorFluentImpl()SecretKeySelectorFluentImpl(SecretKeySelector instance) -
Method Summary
Modifier and Type Method Description booleanequals(Object o)StringgetKey()StringgetName()BooleanhasKey()BooleanhasName()BooleanhasOptional()BooleanisOptional()AwithKey(String key)AwithName(String name)AwithNewKey(String arg1)AwithNewKey(StringBuffer arg1)AwithNewKey(StringBuilder arg1)AwithNewName(String arg1)AwithNewName(StringBuffer arg1)AwithNewName(StringBuilder arg1)AwithNewOptional(boolean arg1)AwithNewOptional(String arg1)AwithOptional(Boolean optional)
-
Constructor Details
-
SecretKeySelectorFluentImpl
public SecretKeySelectorFluentImpl() -
SecretKeySelectorFluentImpl
-
-
Method Details
-
getKey
- Specified by:
getKeyin interfaceSecretKeySelectorFluent<A extends SecretKeySelectorFluent<A>>
-
withKey
- Specified by:
withKeyin interfaceSecretKeySelectorFluent<A extends SecretKeySelectorFluent<A>>
-
hasKey
- Specified by:
hasKeyin interfaceSecretKeySelectorFluent<A extends SecretKeySelectorFluent<A>>
-
withNewKey
- Specified by:
withNewKeyin interfaceSecretKeySelectorFluent<A extends SecretKeySelectorFluent<A>>
-
withNewKey
- Specified by:
withNewKeyin interfaceSecretKeySelectorFluent<A extends SecretKeySelectorFluent<A>>
-
withNewKey
- Specified by:
withNewKeyin interfaceSecretKeySelectorFluent<A extends SecretKeySelectorFluent<A>>
-
getName
- Specified by:
getNamein interfaceSecretKeySelectorFluent<A extends SecretKeySelectorFluent<A>>
-
withName
- Specified by:
withNamein interfaceSecretKeySelectorFluent<A extends SecretKeySelectorFluent<A>>
-
hasName
- Specified by:
hasNamein interfaceSecretKeySelectorFluent<A extends SecretKeySelectorFluent<A>>
-
withNewName
- Specified by:
withNewNamein interfaceSecretKeySelectorFluent<A extends SecretKeySelectorFluent<A>>
-
withNewName
- Specified by:
withNewNamein interfaceSecretKeySelectorFluent<A extends SecretKeySelectorFluent<A>>
-
withNewName
- Specified by:
withNewNamein interfaceSecretKeySelectorFluent<A extends SecretKeySelectorFluent<A>>
-
isOptional
- Specified by:
isOptionalin interfaceSecretKeySelectorFluent<A extends SecretKeySelectorFluent<A>>
-
withOptional
- Specified by:
withOptionalin interfaceSecretKeySelectorFluent<A extends SecretKeySelectorFluent<A>>
-
hasOptional
- Specified by:
hasOptionalin interfaceSecretKeySelectorFluent<A extends SecretKeySelectorFluent<A>>
-
withNewOptional
- Specified by:
withNewOptionalin interfaceSecretKeySelectorFluent<A extends SecretKeySelectorFluent<A>>
-
withNewOptional
- Specified by:
withNewOptionalin interfaceSecretKeySelectorFluent<A extends SecretKeySelectorFluent<A>>
-
equals
-