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()CSISnapshotControllerStatusCSISnapshotControllerFluentImpl. buildStatus()CSISnapshotControllerStatusCSISnapshotController. getStatus()CSISnapshotControllerStatusCSISnapshotControllerFluent. getStatus()Deprecated.CSISnapshotControllerStatusCSISnapshotControllerFluentImpl. getStatus()Deprecated.Methods in io.fabric8.openshift.api.model.operator.v1 with parameters of type CSISnapshotControllerStatus Modifier and Type Method Description CSISnapshotControllerFluent.StatusNested<A>CSISnapshotControllerFluent. editOrNewStatusLike(CSISnapshotControllerStatus item)CSISnapshotControllerFluent.StatusNested<A>CSISnapshotControllerFluentImpl. editOrNewStatusLike(CSISnapshotControllerStatus item)voidCSISnapshotController. setStatus(CSISnapshotControllerStatus status)CSISnapshotControllerFluent.StatusNested<A>CSISnapshotControllerFluent. withNewStatusLike(CSISnapshotControllerStatus item)CSISnapshotControllerFluent.StatusNested<A>CSISnapshotControllerFluentImpl. withNewStatusLike(CSISnapshotControllerStatus item)ACSISnapshotControllerFluent. withStatus(CSISnapshotControllerStatus status)ACSISnapshotControllerFluentImpl. 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)CSISnapshotControllerStatusBuilder(CSISnapshotControllerStatusFluent<?> fluent, CSISnapshotControllerStatus instance, Boolean validationEnabled)CSISnapshotControllerStatusBuilder(CSISnapshotControllerStatus instance, Boolean validationEnabled)CSISnapshotControllerStatusFluentImpl(CSISnapshotControllerStatus instance)
-