Uses of Class
io.fabric8.openshift.api.model.operator.v1.CSISnapshotControllerSpec
-
Packages that use CSISnapshotControllerSpec Package Description io.fabric8.openshift.api.model.operator.v1 -
-
Uses of CSISnapshotControllerSpec in io.fabric8.openshift.api.model.operator.v1
Methods in io.fabric8.openshift.api.model.operator.v1 that return CSISnapshotControllerSpec Modifier and Type Method Description CSISnapshotControllerSpecCSISnapshotControllerSpecBuilder. build()CSISnapshotControllerSpecCSISnapshotControllerFluent. buildSpec()CSISnapshotControllerSpecCSISnapshotController. getSpec()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 CSISnapshotControllerSpec Modifier and Type Method Description protected voidCSISnapshotControllerSpecFluent. copyInstance(CSISnapshotControllerSpec instance)CSISnapshotControllerFluent.SpecNested<A>CSISnapshotControllerFluent. editOrNewSpecLike(CSISnapshotControllerSpec item)voidCSISnapshotController. setSpec(CSISnapshotControllerSpec spec)CSISnapshotController provides a means to configure an operator to manage the CSI snapshots.CSISnapshotControllerFluent.SpecNested<A>CSISnapshotControllerFluent. withNewSpecLike(CSISnapshotControllerSpec item)ACSISnapshotControllerFluent. withSpec(CSISnapshotControllerSpec spec)Constructors in io.fabric8.openshift.api.model.operator.v1 with parameters of type CSISnapshotControllerSpec Constructor Description CSISnapshotController(String apiVersion, String kind, io.fabric8.kubernetes.api.model.ObjectMeta metadata, CSISnapshotControllerSpec spec, CSISnapshotControllerStatus status)CSISnapshotControllerSpecBuilder(CSISnapshotControllerSpec instance)CSISnapshotControllerSpecBuilder(CSISnapshotControllerSpecFluent<?> fluent, CSISnapshotControllerSpec instance)CSISnapshotControllerSpecFluent(CSISnapshotControllerSpec instance)
-