Uses of Class
io.fabric8.openshift.api.model.machine.v1beta1.MachineSpec
-
Packages that use MachineSpec Package Description io.fabric8.openshift.api.model.machine.v1 io.fabric8.openshift.api.model.machine.v1beta1 -
-
Uses of MachineSpec in io.fabric8.openshift.api.model.machine.v1
Methods in io.fabric8.openshift.api.model.machine.v1 that return MachineSpec Modifier and Type Method Description MachineSpecOpenShiftMachineV1Beta1MachineTemplateFluent. buildSpec()MachineSpecOpenShiftMachineV1Beta1MachineTemplate. getSpec()OpenShiftMachineV1Beta1MachineTemplate is a template for the ControlPlaneMachineSet to create Machines from the v1beta1.machine.openshift.io API group.Methods in io.fabric8.openshift.api.model.machine.v1 with parameters of type MachineSpec Modifier and Type Method Description OpenShiftMachineV1Beta1MachineTemplateFluent.SpecNested<A>OpenShiftMachineV1Beta1MachineTemplateFluent. editOrNewSpecLike(MachineSpec item)voidOpenShiftMachineV1Beta1MachineTemplate. setSpec(MachineSpec spec)OpenShiftMachineV1Beta1MachineTemplate is a template for the ControlPlaneMachineSet to create Machines from the v1beta1.machine.openshift.io API group.OpenShiftMachineV1Beta1MachineTemplateFluent.SpecNested<A>OpenShiftMachineV1Beta1MachineTemplateFluent. withNewSpecLike(MachineSpec item)AOpenShiftMachineV1Beta1MachineTemplateFluent. withSpec(MachineSpec spec)Constructors in io.fabric8.openshift.api.model.machine.v1 with parameters of type MachineSpec Constructor Description OpenShiftMachineV1Beta1MachineTemplate(FailureDomains failureDomains, ControlPlaneMachineSetTemplateObjectMeta metadata, MachineSpec spec) -
Uses of MachineSpec in io.fabric8.openshift.api.model.machine.v1beta1
Methods in io.fabric8.openshift.api.model.machine.v1beta1 that return MachineSpec Modifier and Type Method Description MachineSpecMachineSpecBuilder. build()MachineSpecMachineFluent. buildSpec()MachineSpecMachineTemplateSpecFluent. buildSpec()MachineSpecMachine. getSpec()Machine is the Schema for the machines API Compatibility level 2: Stable within a major release for a minimum of 9 months or 3 minor releases (whichever is longer).MachineSpecMachineTemplateSpec. getSpec()MachineTemplateSpec describes the data needed to create a Machine from a templateMethods in io.fabric8.openshift.api.model.machine.v1beta1 with parameters of type MachineSpec Modifier and Type Method Description protected voidMachineSpecFluent. copyInstance(MachineSpec instance)MachineFluent.SpecNested<A>MachineFluent. editOrNewSpecLike(MachineSpec item)MachineTemplateSpecFluent.SpecNested<A>MachineTemplateSpecFluent. editOrNewSpecLike(MachineSpec item)voidMachine. setSpec(MachineSpec spec)Machine is the Schema for the machines API Compatibility level 2: Stable within a major release for a minimum of 9 months or 3 minor releases (whichever is longer).voidMachineTemplateSpec. setSpec(MachineSpec spec)MachineTemplateSpec describes the data needed to create a Machine from a templateMachineFluent.SpecNested<A>MachineFluent. withNewSpecLike(MachineSpec item)MachineTemplateSpecFluent.SpecNested<A>MachineTemplateSpecFluent. withNewSpecLike(MachineSpec item)AMachineFluent. withSpec(MachineSpec spec)AMachineTemplateSpecFluent. withSpec(MachineSpec spec)Constructors in io.fabric8.openshift.api.model.machine.v1beta1 with parameters of type MachineSpec Constructor Description Machine(String apiVersion, String kind, io.fabric8.kubernetes.api.model.ObjectMeta metadata, MachineSpec spec, MachineStatus status)MachineSpecBuilder(MachineSpec instance)MachineSpecBuilder(MachineSpecFluent<?> fluent, MachineSpec instance)MachineSpecFluent(MachineSpec instance)MachineTemplateSpec(ObjectMeta metadata, MachineSpec spec)
-