Uses of Class
io.fabric8.kubernetes.api.model.clusterapi.v1beta1.MachineV1Beta2Status
-
Packages that use MachineV1Beta2Status Package Description io.fabric8.kubernetes.api.model.clusterapi.v1beta1 -
-
Uses of MachineV1Beta2Status in io.fabric8.kubernetes.api.model.clusterapi.v1beta1
Methods in io.fabric8.kubernetes.api.model.clusterapi.v1beta1 that return MachineV1Beta2Status Modifier and Type Method Description MachineV1Beta2StatusMachineV1Beta2StatusBuilder. build()MachineV1Beta2StatusMachineStatusFluent. buildV1beta2()MachineV1Beta2StatusMachineStatus. getV1beta2()Methods in io.fabric8.kubernetes.api.model.clusterapi.v1beta1 with parameters of type MachineV1Beta2Status Modifier and Type Method Description protected voidMachineV1Beta2StatusFluent. copyInstance(MachineV1Beta2Status instance)MachineStatusFluent.V1beta2Nested<A>MachineStatusFluent. editOrNewV1beta2Like(MachineV1Beta2Status item)voidMachineStatus. setV1beta2(MachineV1Beta2Status v1beta2)MachineStatusFluent.V1beta2Nested<A>MachineStatusFluent. withNewV1beta2Like(MachineV1Beta2Status item)AMachineStatusFluent. withV1beta2(MachineV1Beta2Status v1beta2)Constructors in io.fabric8.kubernetes.api.model.clusterapi.v1beta1 with parameters of type MachineV1Beta2Status Constructor Description MachineStatus(List<MachineAddress> addresses, Boolean bootstrapReady, String certificatesExpiryDate, List<Condition> conditions, MachineDeletionStatus deletion, String failureMessage, String failureReason, Boolean infrastructureReady, String lastUpdated, NodeSystemInfo nodeInfo, ObjectReference nodeRef, Long observedGeneration, String phase, MachineV1Beta2Status v1beta2)MachineV1Beta2StatusBuilder(MachineV1Beta2Status instance)MachineV1Beta2StatusBuilder(MachineV1Beta2StatusFluent<?> fluent, MachineV1Beta2Status instance)MachineV1Beta2StatusFluent(MachineV1Beta2Status instance)
-