Uses of Class
io.fabric8.openshift.api.model.operator.v1.VSphereCSIDriverConfigSpec
-
Packages that use VSphereCSIDriverConfigSpec Package Description io.fabric8.openshift.api.model.operator.v1 -
-
Uses of VSphereCSIDriverConfigSpec in io.fabric8.openshift.api.model.operator.v1
Methods in io.fabric8.openshift.api.model.operator.v1 that return VSphereCSIDriverConfigSpec Modifier and Type Method Description VSphereCSIDriverConfigSpecVSphereCSIDriverConfigSpecBuilder. build()VSphereCSIDriverConfigSpecCSIDriverConfigSpecFluent. buildVSphere()VSphereCSIDriverConfigSpecCSIDriverConfigSpec. getVSphere()CSIDriverConfigSpec defines configuration spec that can be used to optionally configure a specific CSI Driver.Methods in io.fabric8.openshift.api.model.operator.v1 with parameters of type VSphereCSIDriverConfigSpec Modifier and Type Method Description protected voidVSphereCSIDriverConfigSpecFluent. copyInstance(VSphereCSIDriverConfigSpec instance)CSIDriverConfigSpecFluent.VSphereNested<A>CSIDriverConfigSpecFluent. editOrNewVSphereLike(VSphereCSIDriverConfigSpec item)voidCSIDriverConfigSpec. setVSphere(VSphereCSIDriverConfigSpec vSphere)CSIDriverConfigSpec defines configuration spec that can be used to optionally configure a specific CSI Driver.CSIDriverConfigSpecFluent.VSphereNested<A>CSIDriverConfigSpecFluent. withNewVSphereLike(VSphereCSIDriverConfigSpec item)ACSIDriverConfigSpecFluent. withVSphere(VSphereCSIDriverConfigSpec vSphere)Constructors in io.fabric8.openshift.api.model.operator.v1 with parameters of type VSphereCSIDriverConfigSpec Constructor Description CSIDriverConfigSpec(AWSCSIDriverConfigSpec aws, AzureCSIDriverConfigSpec azure, String driverType, GCPCSIDriverConfigSpec gcp, IBMCloudCSIDriverConfigSpec ibmcloud, VSphereCSIDriverConfigSpec vSphere)VSphereCSIDriverConfigSpecBuilder(VSphereCSIDriverConfigSpec instance)VSphereCSIDriverConfigSpecBuilder(VSphereCSIDriverConfigSpecFluent<?> fluent, VSphereCSIDriverConfigSpec instance)VSphereCSIDriverConfigSpecFluent(VSphereCSIDriverConfigSpec instance)
-