Uses of Class
io.fabric8.openshift.api.model.operator.v1.CSISnapshotControllerStatus
-
Packages that use CSISnapshotControllerStatus Package Description io.fabric8.openshift.api.model.operator.v1 -
-
Uses of CSISnapshotControllerStatus in io.fabric8.openshift.api.model.operator.v1
Methods in io.fabric8.openshift.api.model.operator.v1 that return CSISnapshotControllerStatus Modifier and Type Method Description CSISnapshotControllerStatusCSISnapshotControllerStatusBuilder. build()CSISnapshotControllerStatusCSISnapshotControllerFluent. buildStatus()CSISnapshotControllerStatusCSISnapshotController. getStatus()CSISnapshotController provides a means to configure an operator to manage the CSI snapshots.Methods in io.fabric8.openshift.api.model.operator.v1 with parameters of type CSISnapshotControllerStatus Modifier and Type Method Description protected voidCSISnapshotControllerStatusFluent. copyInstance(CSISnapshotControllerStatus instance)CSISnapshotControllerFluent.StatusNested<A>CSISnapshotControllerFluent. editOrNewStatusLike(CSISnapshotControllerStatus item)voidCSISnapshotController. setStatus(CSISnapshotControllerStatus status)CSISnapshotController provides a means to configure an operator to manage the CSI snapshots.CSISnapshotControllerFluent.StatusNested<A>CSISnapshotControllerFluent. withNewStatusLike(CSISnapshotControllerStatus item)ACSISnapshotControllerFluent. withStatus(CSISnapshotControllerStatus status)Constructors in io.fabric8.openshift.api.model.operator.v1 with parameters of type CSISnapshotControllerStatus Constructor Description CSISnapshotController(String apiVersion, String kind, io.fabric8.kubernetes.api.model.ObjectMeta metadata, CSISnapshotControllerSpec spec, CSISnapshotControllerStatus status)CSISnapshotControllerStatusBuilder(CSISnapshotControllerStatus instance)CSISnapshotControllerStatusBuilder(CSISnapshotControllerStatusFluent<?> fluent, CSISnapshotControllerStatus instance)CSISnapshotControllerStatusFluent(CSISnapshotControllerStatus instance)
-