Uses of Class
io.fabric8.openshift.api.model.machineconfiguration.v1alpha1.MachineOSBuildSpec
-
Packages that use MachineOSBuildSpec Package Description io.fabric8.openshift.api.model.machineconfiguration.v1alpha1 -
-
Uses of MachineOSBuildSpec in io.fabric8.openshift.api.model.machineconfiguration.v1alpha1
Methods in io.fabric8.openshift.api.model.machineconfiguration.v1alpha1 that return MachineOSBuildSpec Modifier and Type Method Description MachineOSBuildSpecMachineOSBuildSpecBuilder. build()MachineOSBuildSpecMachineOSBuildFluent. buildSpec()MachineOSBuildSpecMachineOSBuild. getSpec()MachineOSBuild describes a build process managed and deployed by the MCO Compatibility level 4: No compatibility is provided, the API can change at any point for any reason.Methods in io.fabric8.openshift.api.model.machineconfiguration.v1alpha1 with parameters of type MachineOSBuildSpec Modifier and Type Method Description protected voidMachineOSBuildSpecFluent. copyInstance(MachineOSBuildSpec instance)MachineOSBuildFluent.SpecNested<A>MachineOSBuildFluent. editOrNewSpecLike(MachineOSBuildSpec item)voidMachineOSBuild. setSpec(MachineOSBuildSpec spec)MachineOSBuild describes a build process managed and deployed by the MCO Compatibility level 4: No compatibility is provided, the API can change at any point for any reason.MachineOSBuildFluent.SpecNested<A>MachineOSBuildFluent. withNewSpecLike(MachineOSBuildSpec item)AMachineOSBuildFluent. withSpec(MachineOSBuildSpec spec)Constructors in io.fabric8.openshift.api.model.machineconfiguration.v1alpha1 with parameters of type MachineOSBuildSpec Constructor Description MachineOSBuild(String apiVersion, String kind, io.fabric8.kubernetes.api.model.ObjectMeta metadata, MachineOSBuildSpec spec, MachineOSBuildStatus status)MachineOSBuildSpecBuilder(MachineOSBuildSpec instance)MachineOSBuildSpecBuilder(MachineOSBuildSpecFluent<?> fluent, MachineOSBuildSpec instance)MachineOSBuildSpecFluent(MachineOSBuildSpec instance)
-