Package io.fabric8.kubernetes.api.model
Interface ConfigMapKeySelectorFluent<A extends ConfigMapKeySelectorFluent<A>>
- All Superinterfaces:
Fluent<A>
- All Known Subinterfaces:
EnvVarSourceFluent.ConfigMapKeyRefNested<N>
,WatchEventFluent.ConfigMapKeySelectorObjectNested<N>
- All Known Implementing Classes:
ConfigMapKeySelectorBuilder
,ConfigMapKeySelectorFluentImpl
,DoneableConfigMapKeySelector
,EnvVarSourceFluentImpl.ConfigMapKeyRefNestedImpl
,WatchEventFluentImpl.ConfigMapKeySelectorObjectNestedImpl
public interface ConfigMapKeySelectorFluent<A extends ConfigMapKeySelectorFluent<A>> extends Fluent<A>
-
Method Summary
Modifier and Type Method Description String
getKey()
String
getName()
Boolean
hasKey()
Boolean
hasName()
Boolean
hasOptional()
Boolean
isOptional()
A
withKey(String key)
A
withName(String name)
A
withNewKey(String arg1)
A
withNewKey(StringBuffer arg1)
A
withNewKey(StringBuilder arg1)
A
withNewName(String arg1)
A
withNewName(StringBuffer arg1)
A
withNewName(StringBuilder arg1)
A
withNewOptional(boolean arg1)
A
withNewOptional(String arg1)
A
withOptional(Boolean optional)
-
Method Details
-
getKey
String getKey() -
withKey
-
hasKey
Boolean hasKey() -
withNewKey
-
withNewKey
-
withNewKey
-
getName
String getName() -
withName
-
hasName
Boolean hasName() -
withNewName
-
withNewName
-
withNewName
-
isOptional
Boolean isOptional() -
withOptional
-
hasOptional
Boolean hasOptional() -
withNewOptional
-
withNewOptional
-