Package io.fabric8.kubernetes.api.model
Interface ConfigMapNodeConfigSourceFluent<A extends ConfigMapNodeConfigSourceFluent<A>>
-
- All Superinterfaces:
Fluent<A>
- All Known Subinterfaces:
NodeConfigSourceFluent.ConfigMapNested<N>
,WatchEventFluent.ConfigMapNodeConfigSourceObjectNested<N>
- All Known Implementing Classes:
ConfigMapNodeConfigSourceBuilder
,ConfigMapNodeConfigSourceFluentImpl
,NodeConfigSourceFluentImpl.ConfigMapNestedImpl
,WatchEventFluentImpl.ConfigMapNodeConfigSourceObjectNestedImpl
public interface ConfigMapNodeConfigSourceFluent<A extends ConfigMapNodeConfigSourceFluent<A>> extends Fluent<A>
-
-
Method Summary
-
-
-
Method Detail
-
getKubeletConfigKey
String getKubeletConfigKey()
-
hasKubeletConfigKey
Boolean hasKubeletConfigKey()
-
withNewKubeletConfigKey
A withNewKubeletConfigKey(StringBuilder arg1)
-
withNewKubeletConfigKey
A withNewKubeletConfigKey(StringBuffer arg1)
-
getName
String getName()
-
hasName
Boolean hasName()
-
withNewName
A withNewName(StringBuilder arg1)
-
withNewName
A withNewName(StringBuffer arg1)
-
getNamespace
String getNamespace()
-
hasNamespace
Boolean hasNamespace()
-
withNewNamespace
A withNewNamespace(StringBuilder arg1)
-
withNewNamespace
A withNewNamespace(StringBuffer arg1)
-
getResourceVersion
String getResourceVersion()
-
hasResourceVersion
Boolean hasResourceVersion()
-
withNewResourceVersion
A withNewResourceVersion(StringBuilder arg1)
-
withNewResourceVersion
A withNewResourceVersion(StringBuffer arg1)
-
getUid
String getUid()
-
hasUid
Boolean hasUid()
-
withNewUid
A withNewUid(StringBuilder arg1)
-
withNewUid
A withNewUid(StringBuffer arg1)
-
-