Uses of Class
io.fabric8.openshift.api.model.machineconfiguration.v1.MachineConfigNodeSpec
-
Packages that use MachineConfigNodeSpec Package Description io.fabric8.openshift.api.model.machineconfiguration.v1 -
-
Uses of MachineConfigNodeSpec in io.fabric8.openshift.api.model.machineconfiguration.v1
Methods in io.fabric8.openshift.api.model.machineconfiguration.v1 that return MachineConfigNodeSpec Modifier and Type Method Description MachineConfigNodeSpecMachineConfigNodeSpecBuilder. build()MachineConfigNodeSpecMachineConfigNodeFluent. buildSpec()MachineConfigNodeSpecMachineConfigNode. getSpec()MachineConfigNode describes the health of the Machines on the system Compatibility level 1: Stable within a major release for a minimum of 12 months or 3 minor releases (whichever is longer).Methods in io.fabric8.openshift.api.model.machineconfiguration.v1 with parameters of type MachineConfigNodeSpec Modifier and Type Method Description protected voidMachineConfigNodeSpecFluent. copyInstance(MachineConfigNodeSpec instance)MachineConfigNodeFluent.SpecNested<A>MachineConfigNodeFluent. editOrNewSpecLike(MachineConfigNodeSpec item)voidMachineConfigNode. setSpec(MachineConfigNodeSpec spec)MachineConfigNode describes the health of the Machines on the system Compatibility level 1: Stable within a major release for a minimum of 12 months or 3 minor releases (whichever is longer).MachineConfigNodeFluent.SpecNested<A>MachineConfigNodeFluent. withNewSpecLike(MachineConfigNodeSpec item)AMachineConfigNodeFluent. withSpec(MachineConfigNodeSpec spec)Constructors in io.fabric8.openshift.api.model.machineconfiguration.v1 with parameters of type MachineConfigNodeSpec Constructor Description MachineConfigNode(String apiVersion, String kind, io.fabric8.kubernetes.api.model.ObjectMeta metadata, MachineConfigNodeSpec spec, MachineConfigNodeStatus status)MachineConfigNodeSpecBuilder(MachineConfigNodeSpec instance)MachineConfigNodeSpecBuilder(MachineConfigNodeSpecFluent<?> fluent, MachineConfigNodeSpec instance)MachineConfigNodeSpecFluent(MachineConfigNodeSpec instance)
-