Uses of Class
io.fabric8.openshift.api.model.hive.v1.MachinePoolNameLeaseStatus
-
Packages that use MachinePoolNameLeaseStatus Package Description io.fabric8.openshift.api.model.hive.v1 -
-
Uses of MachinePoolNameLeaseStatus in io.fabric8.openshift.api.model.hive.v1
Methods in io.fabric8.openshift.api.model.hive.v1 that return MachinePoolNameLeaseStatus Modifier and Type Method Description MachinePoolNameLeaseStatusMachinePoolNameLeaseStatusBuilder. build()MachinePoolNameLeaseStatusMachinePoolNameLeaseFluent. buildStatus()MachinePoolNameLeaseStatusMachinePoolNameLease. getStatus()MachinePoolNameLease is the Schema for the MachinePoolNameLeases API.Methods in io.fabric8.openshift.api.model.hive.v1 with parameters of type MachinePoolNameLeaseStatus Modifier and Type Method Description protected voidMachinePoolNameLeaseStatusFluent. copyInstance(MachinePoolNameLeaseStatus instance)MachinePoolNameLeaseFluent.StatusNested<A>MachinePoolNameLeaseFluent. editOrNewStatusLike(MachinePoolNameLeaseStatus item)voidMachinePoolNameLease. setStatus(MachinePoolNameLeaseStatus status)MachinePoolNameLease is the Schema for the MachinePoolNameLeases API.MachinePoolNameLeaseFluent.StatusNested<A>MachinePoolNameLeaseFluent. withNewStatusLike(MachinePoolNameLeaseStatus item)AMachinePoolNameLeaseFluent. withStatus(MachinePoolNameLeaseStatus status)Constructors in io.fabric8.openshift.api.model.hive.v1 with parameters of type MachinePoolNameLeaseStatus Constructor Description MachinePoolNameLease(String apiVersion, String kind, io.fabric8.kubernetes.api.model.ObjectMeta metadata, MachinePoolNameLeaseSpec spec, MachinePoolNameLeaseStatus status)MachinePoolNameLeaseStatusBuilder(MachinePoolNameLeaseStatus instance)MachinePoolNameLeaseStatusBuilder(MachinePoolNameLeaseStatusFluent<?> fluent, MachinePoolNameLeaseStatus instance)MachinePoolNameLeaseStatusFluent(MachinePoolNameLeaseStatus instance)
-