Uses of Class
io.fabric8.openshift.api.model.operator.v1.ClusterCSIDriverStatus
-
Packages that use ClusterCSIDriverStatus Package Description io.fabric8.openshift.api.model.operator.v1 -
-
Uses of ClusterCSIDriverStatus in io.fabric8.openshift.api.model.operator.v1
Methods in io.fabric8.openshift.api.model.operator.v1 that return ClusterCSIDriverStatus Modifier and Type Method Description ClusterCSIDriverStatusClusterCSIDriverStatusBuilder. build()ClusterCSIDriverStatusClusterCSIDriverFluent. buildStatus()ClusterCSIDriverStatusClusterCSIDriver. getStatus()ClusterCSIDriver object allows management and configuration of a CSI driver operator installed by default in OpenShift.Methods in io.fabric8.openshift.api.model.operator.v1 with parameters of type ClusterCSIDriverStatus Modifier and Type Method Description protected voidClusterCSIDriverStatusFluent. copyInstance(ClusterCSIDriverStatus instance)ClusterCSIDriverFluent.StatusNested<A>ClusterCSIDriverFluent. editOrNewStatusLike(ClusterCSIDriverStatus item)voidClusterCSIDriver. setStatus(ClusterCSIDriverStatus status)ClusterCSIDriver object allows management and configuration of a CSI driver operator installed by default in OpenShift.ClusterCSIDriverFluent.StatusNested<A>ClusterCSIDriverFluent. withNewStatusLike(ClusterCSIDriverStatus item)AClusterCSIDriverFluent. withStatus(ClusterCSIDriverStatus status)Constructors in io.fabric8.openshift.api.model.operator.v1 with parameters of type ClusterCSIDriverStatus Constructor Description ClusterCSIDriver(String apiVersion, String kind, io.fabric8.kubernetes.api.model.ObjectMeta metadata, ClusterCSIDriverSpec spec, ClusterCSIDriverStatus status)ClusterCSIDriverStatusBuilder(ClusterCSIDriverStatus instance)ClusterCSIDriverStatusBuilder(ClusterCSIDriverStatusFluent<?> fluent, ClusterCSIDriverStatus instance)ClusterCSIDriverStatusFluent(ClusterCSIDriverStatus instance)
-