Package io.fabric8.kubernetes.api.model
Class NodeRuntimeHandlerFeaturesBuilder
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.kubernetes.api.model.NodeRuntimeHandlerFeaturesFluent<NodeRuntimeHandlerFeaturesBuilder>
-
- io.fabric8.kubernetes.api.model.NodeRuntimeHandlerFeaturesBuilder
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Builder<NodeRuntimeHandlerFeatures>
,io.fabric8.kubernetes.api.builder.Visitable<NodeRuntimeHandlerFeaturesBuilder>
,io.fabric8.kubernetes.api.builder.VisitableBuilder<NodeRuntimeHandlerFeatures,NodeRuntimeHandlerFeaturesBuilder>
public class NodeRuntimeHandlerFeaturesBuilder extends NodeRuntimeHandlerFeaturesFluent<NodeRuntimeHandlerFeaturesBuilder> implements io.fabric8.kubernetes.api.builder.VisitableBuilder<NodeRuntimeHandlerFeatures,NodeRuntimeHandlerFeaturesBuilder>
-
-
Constructor Summary
Constructors Constructor Description NodeRuntimeHandlerFeaturesBuilder()
NodeRuntimeHandlerFeaturesBuilder(NodeRuntimeHandlerFeatures instance)
NodeRuntimeHandlerFeaturesBuilder(NodeRuntimeHandlerFeaturesFluent<?> fluent)
NodeRuntimeHandlerFeaturesBuilder(NodeRuntimeHandlerFeaturesFluent<?> fluent, NodeRuntimeHandlerFeatures instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NodeRuntimeHandlerFeatures
build()
-
Methods inherited from class io.fabric8.kubernetes.api.model.NodeRuntimeHandlerFeaturesFluent
addToAdditionalProperties, addToAdditionalProperties, copyInstance, equals, getAdditionalProperties, getRecursiveReadOnlyMounts, hasAdditionalProperties, hashCode, hasRecursiveReadOnlyMounts, removeFromAdditionalProperties, removeFromAdditionalProperties, toString, withAdditionalProperties, withRecursiveReadOnlyMounts, withRecursiveReadOnlyMounts
-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
aggregate, aggregate, build, build, builderOf, getVisitableMap
-
-
-
-
Constructor Detail
-
NodeRuntimeHandlerFeaturesBuilder
public NodeRuntimeHandlerFeaturesBuilder()
-
NodeRuntimeHandlerFeaturesBuilder
public NodeRuntimeHandlerFeaturesBuilder(NodeRuntimeHandlerFeaturesFluent<?> fluent)
-
NodeRuntimeHandlerFeaturesBuilder
public NodeRuntimeHandlerFeaturesBuilder(NodeRuntimeHandlerFeaturesFluent<?> fluent, NodeRuntimeHandlerFeatures instance)
-
NodeRuntimeHandlerFeaturesBuilder
public NodeRuntimeHandlerFeaturesBuilder(NodeRuntimeHandlerFeatures instance)
-
-
Method Detail
-
build
public NodeRuntimeHandlerFeatures build()
- Specified by:
build
in interfaceio.fabric8.kubernetes.api.builder.Builder<NodeRuntimeHandlerFeatures>
-
-