Class ControlPlaneMachineSetTemplateObjectMetaBuilder
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.machine.v1.ControlPlaneMachineSetTemplateObjectMetaFluent<ControlPlaneMachineSetTemplateObjectMetaBuilder>
-
- io.fabric8.openshift.api.model.machine.v1.ControlPlaneMachineSetTemplateObjectMetaBuilder
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Builder<ControlPlaneMachineSetTemplateObjectMeta>,io.fabric8.kubernetes.api.builder.Visitable<ControlPlaneMachineSetTemplateObjectMetaBuilder>,io.fabric8.kubernetes.api.builder.VisitableBuilder<ControlPlaneMachineSetTemplateObjectMeta,ControlPlaneMachineSetTemplateObjectMetaBuilder>
public class ControlPlaneMachineSetTemplateObjectMetaBuilder extends ControlPlaneMachineSetTemplateObjectMetaFluent<ControlPlaneMachineSetTemplateObjectMetaBuilder> implements io.fabric8.kubernetes.api.builder.VisitableBuilder<ControlPlaneMachineSetTemplateObjectMeta,ControlPlaneMachineSetTemplateObjectMetaBuilder>
-
-
Constructor Summary
Constructors Constructor Description ControlPlaneMachineSetTemplateObjectMetaBuilder()ControlPlaneMachineSetTemplateObjectMetaBuilder(ControlPlaneMachineSetTemplateObjectMeta instance)ControlPlaneMachineSetTemplateObjectMetaBuilder(ControlPlaneMachineSetTemplateObjectMetaFluent<?> fluent)ControlPlaneMachineSetTemplateObjectMetaBuilder(ControlPlaneMachineSetTemplateObjectMetaFluent<?> fluent, ControlPlaneMachineSetTemplateObjectMeta instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ControlPlaneMachineSetTemplateObjectMetabuild()-
Methods inherited from class io.fabric8.openshift.api.model.machine.v1.ControlPlaneMachineSetTemplateObjectMetaFluent
addToAdditionalProperties, addToAdditionalProperties, addToAnnotations, addToAnnotations, addToLabels, addToLabels, copyInstance, equals, getAdditionalProperties, getAnnotations, getLabels, hasAdditionalProperties, hasAnnotations, hashCode, hasLabels, removeFromAdditionalProperties, removeFromAdditionalProperties, removeFromAnnotations, removeFromAnnotations, removeFromLabels, removeFromLabels, toString, withAdditionalProperties, withAnnotations, withLabels
-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
aggregate, aggregate, build, build, builderOf, getVisitableMap
-
-
-
-
Constructor Detail
-
ControlPlaneMachineSetTemplateObjectMetaBuilder
public ControlPlaneMachineSetTemplateObjectMetaBuilder()
-
ControlPlaneMachineSetTemplateObjectMetaBuilder
public ControlPlaneMachineSetTemplateObjectMetaBuilder(ControlPlaneMachineSetTemplateObjectMetaFluent<?> fluent)
-
ControlPlaneMachineSetTemplateObjectMetaBuilder
public ControlPlaneMachineSetTemplateObjectMetaBuilder(ControlPlaneMachineSetTemplateObjectMetaFluent<?> fluent, ControlPlaneMachineSetTemplateObjectMeta instance)
-
ControlPlaneMachineSetTemplateObjectMetaBuilder
public ControlPlaneMachineSetTemplateObjectMetaBuilder(ControlPlaneMachineSetTemplateObjectMeta instance)
-
-
Method Detail
-
build
public ControlPlaneMachineSetTemplateObjectMeta build()
- Specified by:
buildin interfaceio.fabric8.kubernetes.api.builder.Builder<ControlPlaneMachineSetTemplateObjectMeta>
-
-