Package io.fabric8.kubernetes.api.model
Interface NodeConfigSourceFluent<A extends NodeConfigSourceFluent<A>>
-
- All Superinterfaces:
Fluent<A>
- All Known Subinterfaces:
NodeConfigStatusFluent.ActiveNested<N>,NodeConfigStatusFluent.AssignedNested<N>,NodeConfigStatusFluent.LastKnownGoodNested<N>,NodeSpecFluent.ConfigSourceNested<N>,WatchEventFluent.NodeConfigSourceObjectNested<N>
- All Known Implementing Classes:
NodeConfigSourceBuilder,NodeConfigSourceFluentImpl,NodeConfigStatusFluentImpl.ActiveNestedImpl,NodeConfigStatusFluentImpl.AssignedNestedImpl,NodeConfigStatusFluentImpl.LastKnownGoodNestedImpl,NodeSpecFluentImpl.ConfigSourceNestedImpl,WatchEventFluentImpl.NodeConfigSourceObjectNestedImpl
public interface NodeConfigSourceFluent<A extends NodeConfigSourceFluent<A>> extends Fluent<A>
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceNodeConfigSourceFluent.ConfigMapNested<N>
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description ConfigMapNodeConfigSourcebuildConfigMap()NodeConfigSourceFluent.ConfigMapNested<A>editConfigMap()NodeConfigSourceFluent.ConfigMapNested<A>editOrNewConfigMap()NodeConfigSourceFluent.ConfigMapNested<A>editOrNewConfigMapLike(ConfigMapNodeConfigSource item)ConfigMapNodeConfigSourcegetConfigMap()Deprecated.BooleanhasConfigMap()AwithConfigMap(ConfigMapNodeConfigSource configMap)NodeConfigSourceFluent.ConfigMapNested<A>withNewConfigMap()AwithNewConfigMap(String kubeletConfigKey, String name, String namespace, String resourceVersion, String uid)NodeConfigSourceFluent.ConfigMapNested<A>withNewConfigMapLike(ConfigMapNodeConfigSource item)
-
-
-
Method Detail
-
getConfigMap
@Deprecated ConfigMapNodeConfigSource getConfigMap()
Deprecated.This method has been deprecated, please use method buildConfigMap instead.- Returns:
- The buildable object.
-
buildConfigMap
ConfigMapNodeConfigSource buildConfigMap()
-
withConfigMap
A withConfigMap(ConfigMapNodeConfigSource configMap)
-
hasConfigMap
Boolean hasConfigMap()
-
withNewConfigMap
A withNewConfigMap(String kubeletConfigKey, String name, String namespace, String resourceVersion, String uid)
-
withNewConfigMap
NodeConfigSourceFluent.ConfigMapNested<A> withNewConfigMap()
-
withNewConfigMapLike
NodeConfigSourceFluent.ConfigMapNested<A> withNewConfigMapLike(ConfigMapNodeConfigSource item)
-
editConfigMap
NodeConfigSourceFluent.ConfigMapNested<A> editConfigMap()
-
editOrNewConfigMap
NodeConfigSourceFluent.ConfigMapNested<A> editOrNewConfigMap()
-
editOrNewConfigMapLike
NodeConfigSourceFluent.ConfigMapNested<A> editOrNewConfigMapLike(ConfigMapNodeConfigSource item)
-
-