Versions in this module Expand all Collapse all v1 v1.6.0 Jul 29, 2026 Changes in this version + var Platforms = map[string]PlatformConfig + func GetBYOKProvisionerNames(platform string) []string + func GetDefaultStorageClass(platform string) string + func GetProvisionerNames(platform string) []string + type FeatureSupport struct + SupportsBYOK bool + type PlatformConfig struct + DefaultStorageClass string + Provisioners []ProvisionerInfo + type ProvisionerInfo struct + EncryptionKeyName string + Features FeatureSupport + ManagedStorageClassNames []string + Name string + Type ProvisionerType + func GetBYOKProvisioners(platform string) []ProvisionerInfo + func GetProvisionerByName(provisioner string) *ProvisionerInfo + func GetProvisionersByPlatform(platform string) []ProvisionerInfo + func GetProvisionersByType(platform string, provType ProvisionerType) []ProvisionerInfo + type ProvisionerType string + const GCPDefaultKmsKeyLocation + const ProvisionerTypeBlock + const ProvisionerTypeFile v1.5.2 Mar 19, 2026 Changes in this version + const CSINamespace + const CSONamespace + const ManilaCSINamespace + func FindDefaultStorageClass(oc *exutil.CLI) *storagev1.StorageClass + func GetCSIStorageClassByProvisioner(ctx context.Context, oc *exutil.CLI, provisioner string) string + func IsCSOHealthy(oc *exutil.CLI) (bool, error) + func WaitForCSOHealthy(oc *exutil.CLI) + type DisableStorageClassTest struct + func NewDisableStorageClassTest(oc *exutil.CLI, scName string, provisionerName string) *DisableStorageClassTest + func (d *DisableStorageClassTest) GetAllowExpansion() bool + func (d *DisableStorageClassTest) GetSCState() operatorv1.StorageClassStateName + func (d *DisableStorageClassTest) SetAllowExpansion(allowExpansion bool) + func (d *DisableStorageClassTest) SetSCState(scState operatorv1.StorageClassStateName) + func (d *DisableStorageClassTest) VerifyAllowExpansion(expected bool, retry func()) + func (d *DisableStorageClassTest) VerifySCExists(expected bool) + type ResourceType string + const ResourceTypeDaemonSet + const ResourceTypeDeployment + type SCPatch struct + AllowVolumeExpansion *bool