Uses of Class
io.fabric8.openshift.api.model.operator.v1.ClusterCSIDriverSpec
-
Packages that use ClusterCSIDriverSpec Package Description io.fabric8.openshift.api.model.operator.v1 -
-
Uses of ClusterCSIDriverSpec in io.fabric8.openshift.api.model.operator.v1
Methods in io.fabric8.openshift.api.model.operator.v1 that return ClusterCSIDriverSpec Modifier and Type Method Description ClusterCSIDriverSpecClusterCSIDriverSpecBuilder. build()ClusterCSIDriverSpecClusterCSIDriverFluent. buildSpec()ClusterCSIDriverSpecClusterCSIDriver. getSpec()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 ClusterCSIDriverSpec Modifier and Type Method Description protected voidClusterCSIDriverSpecFluent. copyInstance(ClusterCSIDriverSpec instance)ClusterCSIDriverFluent.SpecNested<A>ClusterCSIDriverFluent. editOrNewSpecLike(ClusterCSIDriverSpec item)voidClusterCSIDriver. setSpec(ClusterCSIDriverSpec spec)ClusterCSIDriver object allows management and configuration of a CSI driver operator installed by default in OpenShift.ClusterCSIDriverFluent.SpecNested<A>ClusterCSIDriverFluent. withNewSpecLike(ClusterCSIDriverSpec item)AClusterCSIDriverFluent. withSpec(ClusterCSIDriverSpec spec)Constructors in io.fabric8.openshift.api.model.operator.v1 with parameters of type ClusterCSIDriverSpec Constructor Description ClusterCSIDriver(String apiVersion, String kind, io.fabric8.kubernetes.api.model.ObjectMeta metadata, ClusterCSIDriverSpec spec, ClusterCSIDriverStatus status)ClusterCSIDriverSpecBuilder(ClusterCSIDriverSpec instance)ClusterCSIDriverSpecBuilder(ClusterCSIDriverSpecFluent<?> fluent, ClusterCSIDriverSpec instance)ClusterCSIDriverSpecFluent(ClusterCSIDriverSpec instance)
-