Uses of Class
io.fabric8.openshift.api.model.machineconfiguration.v1.IrreconcilableChangeDiff
-
Packages that use IrreconcilableChangeDiff Package Description io.fabric8.openshift.api.model.machineconfiguration.v1 -
-
Uses of IrreconcilableChangeDiff in io.fabric8.openshift.api.model.machineconfiguration.v1
Methods in io.fabric8.openshift.api.model.machineconfiguration.v1 that return IrreconcilableChangeDiff Modifier and Type Method Description IrreconcilableChangeDiffIrreconcilableChangeDiffBuilder. build()IrreconcilableChangeDiffMachineConfigNodeStatusFluent. buildFirstIrreconcilableChange()IrreconcilableChangeDiffMachineConfigNodeStatusFluent. buildIrreconcilableChange(int index)IrreconcilableChangeDiffMachineConfigNodeStatusFluent. buildLastIrreconcilableChange()IrreconcilableChangeDiffMachineConfigNodeStatusFluent. buildMatchingIrreconcilableChange(Predicate<IrreconcilableChangeDiffBuilder> predicate)Methods in io.fabric8.openshift.api.model.machineconfiguration.v1 that return types with arguments of type IrreconcilableChangeDiff Modifier and Type Method Description List<IrreconcilableChangeDiff>MachineConfigNodeStatusFluent. buildIrreconcilableChanges()List<IrreconcilableChangeDiff>MachineConfigNodeStatus. getIrreconcilableChanges()irreconcilableChanges is an optional field that contains the observed differences between this nodes configuration and the target rendered MachineConfig.Method parameters in io.fabric8.openshift.api.model.machineconfiguration.v1 with type arguments of type IrreconcilableChangeDiff Modifier and Type Method Description AMachineConfigNodeStatusFluent. addAllToIrreconcilableChanges(Collection<IrreconcilableChangeDiff> items)AMachineConfigNodeStatusFluent. removeAllFromIrreconcilableChanges(Collection<IrreconcilableChangeDiff> items)voidMachineConfigNodeStatus. setIrreconcilableChanges(List<IrreconcilableChangeDiff> irreconcilableChanges)irreconcilableChanges is an optional field that contains the observed differences between this nodes configuration and the target rendered MachineConfig.AMachineConfigNodeStatusFluent. withIrreconcilableChanges(List<IrreconcilableChangeDiff> irreconcilableChanges)Constructors in io.fabric8.openshift.api.model.machineconfiguration.v1 with parameters of type IrreconcilableChangeDiff Constructor Description IrreconcilableChangeDiffBuilder(IrreconcilableChangeDiff instance)IrreconcilableChangeDiffBuilder(IrreconcilableChangeDiffFluent<?> fluent, IrreconcilableChangeDiff instance)IrreconcilableChangeDiffFluent(IrreconcilableChangeDiff instance)
-