Documentation ¶
Index ¶
- Constants
- Variables
- func CreateHostPathPVs(k8shelper *utils.K8sHelper, count int, readOnly bool, pvcSize string) error
- func DeleteHostPathPVs(k8shelper *utils.K8sHelper) error
- func GetPVC(claimName, namespace, storageClassName, accessModes, size string) string
- func GetPVCClone(...) string
- func GetPVCRestore(claimName, snapshotName, namespace, storageClassName, accessModes, size string) string
- func GetPodWithVolume(podName, claimName, namespace, mountPath string, readOnly bool) string
- func GetSnapshot(snapshotName, claimName, snapshotClassName, namespace string) string
- func IsAdditionalDeviceAvailableOnCluster() bool
- func SkipTestSuite(name string) bool
- func StorageClassName() string
- func SystemNamespace(namespace string) string
- func TestIsOfficialBuild() bool
- func TestLogCollectionLevel() string
- func TestScratchDevice() string
- func UsePVC() bool
- type CephInstaller
- func (h *CephInstaller) CollectOperatorLog(suiteName, testName string)
- func (h *CephInstaller) ConfirmHelmClusterInstalledCorrectly() error
- func (h *CephInstaller) CreateBlockPoolConfiguration(values map[string]interface{}, name, scName string) error
- func (h *CephInstaller) CreateCephCluster() error
- func (h *CephInstaller) CreateCephOperator() (err error)
- func (h *CephInstaller) CreateFileSystemConfiguration(values map[string]interface{}, name, scName string) error
- func (h *CephInstaller) CreateObjectStoreConfiguration(values map[string]interface{}, name, scName string) error
- func (h *CephInstaller) CreateRookCephClusterViaHelm(values map[string]interface{}) error
- func (h *CephInstaller) CreateRookExternalCluster(externalManifests CephManifests) error
- func (h *CephInstaller) CreateRookOperatorViaHelm(values map[string]interface{}) error
- func (h *CephInstaller) CreateRookToolbox(manifests CephManifests) (err error)
- func (h *CephInstaller) CreateVolumeReplicationCRDs() (err error)
- func (h *CephInstaller) Execute(command string, parameters []string, namespace string) (error, string)
- func (h *CephInstaller) GatherAllRookLogs(testName string, namespaces ...string)
- func (h *CephInstaller) GetCleanupPod(node, removalDir string) string
- func (h *CephInstaller) GetCleanupVerificationPod(node, hostPathDir string) string
- func (h *CephInstaller) GetNodeHostnames() ([]string, error)
- func (h *CephInstaller) GetRookExternalClusterMonConfigMap() (*v1.ConfigMap, error)
- func (h *CephInstaller) GetRookExternalClusterMonSecret() (*v1.Secret, error)
- func (h *CephInstaller) InstallRook() (bool, error)
- func (h *CephInstaller) RemoveRookCephClusterHelmDefaultCustomResources() error
- func (h *CephInstaller) UninstallRook()
- func (h *CephInstaller) UninstallRookFromMultipleNS(manifests ...CephManifests)
- func (h *CephInstaller) WaitForToolbox(namespace string) error
- type CephManifests
- type CephManifestsMaster
- func (m *CephManifestsMaster) GetBlockPool(poolName string, replicaSize string) string
- func (m *CephManifestsMaster) GetBlockSnapshotClass(snapshotClassName, reclaimPolicy string) string
- func (m *CephManifestsMaster) GetBlockStorageClass(poolName, storageClassName, reclaimPolicy string) string
- func (m *CephManifestsMaster) GetBucketStorageClass(storeName, storageClassName, reclaimPolicy, region string) string
- func (m *CephManifestsMaster) GetCRDs(k8shelper *utils.K8sHelper) string
- func (m *CephManifestsMaster) GetCephCluster() string
- func (m *CephManifestsMaster) GetClient(claimName string, caps map[string]string) string
- func (m *CephManifestsMaster) GetCommon() string
- func (m *CephManifestsMaster) GetCommonExternal() string
- func (m *CephManifestsMaster) GetExternalCephCluster() string
- func (m *CephManifestsMaster) GetFileStorageClass(fsName, storageClassName string) string
- func (m *CephManifestsMaster) GetFileStorageSnapshotClass(snapshotClassName, reclaimPolicy string) string
- func (m *CephManifestsMaster) GetFilesystem(name string, activeCount int) string
- func (m *CephManifestsMaster) GetNFS(name, pool string, count int) string
- func (m *CephManifestsMaster) GetOBC(claimName string, storageClassName string, objectBucketName string, ...) string
- func (m *CephManifestsMaster) GetObjectStore(name string, replicaCount, port int, tlsEnable bool) string
- func (m *CephManifestsMaster) GetObjectStoreUser(name, displayName, store, usercaps, maxsize string, maxbuckets, maxobjects int) string
- func (m *CephManifestsMaster) GetOperator() string
- func (m *CephManifestsMaster) GetRBDMirror(name string, count int) string
- func (m *CephManifestsMaster) GetToolbox() string
- func (m *CephManifestsMaster) Settings() *TestCephSettings
- type CephManifestsV1_6
- func (m *CephManifestsV1_6) GetBlockPool(poolName, replicaSize string) string
- func (m *CephManifestsV1_6) GetBlockSnapshotClass(snapshotClassName, reclaimPolicy string) string
- func (m *CephManifestsV1_6) GetBlockStorageClass(poolName, storageClassName, reclaimPolicy string) string
- func (m *CephManifestsV1_6) GetBucketStorageClass(storeName, storageClassName, reclaimPolicy, region string) string
- func (m *CephManifestsV1_6) GetCRDs(k8shelper *utils.K8sHelper) string
- func (m *CephManifestsV1_6) GetCephCluster() string
- func (m *CephManifestsV1_6) GetClient(claimName string, caps map[string]string) string
- func (m *CephManifestsV1_6) GetCommon() string
- func (m *CephManifestsV1_6) GetCommonExternal() string
- func (m *CephManifestsV1_6) GetExternalCephCluster() string
- func (m *CephManifestsV1_6) GetFileStorageClass(fsName, storageClassName string) string
- func (m *CephManifestsV1_6) GetFileStorageSnapshotClass(snapshotClassName, reclaimPolicy string) string
- func (m *CephManifestsV1_6) GetFilesystem(name string, activeCount int) string
- func (m *CephManifestsV1_6) GetNFS(name, pool string, count int) string
- func (m *CephManifestsV1_6) GetOBC(claimName, storageClassName, objectBucketName, maxObject string, ...) string
- func (m *CephManifestsV1_6) GetObjectStore(name string, replicaCount, port int, tlsEnable bool) string
- func (m *CephManifestsV1_6) GetObjectStoreUser(name, displayName, store, usercaps, maxsize string, maxbuckets, maxobjects int) string
- func (m *CephManifestsV1_6) GetOperator() string
- func (m *CephManifestsV1_6) GetRBDMirror(name string, count int) string
- func (m *CephManifestsV1_6) GetToolbox() string
- func (m *CephManifestsV1_6) Settings() *TestCephSettings
- type TestCephSettings
Constants ¶
const ( OperatorChartName = "rook-ceph" CephClusterChartName = "rook-ceph-cluster" )
const ( // LocalBuildTag tag for the latest manifests LocalBuildTag = "local-build" // test suite names CassandraTestSuite = "cassandra" CephTestSuite = "ceph" NFSTestSuite = "nfs" )
const (
// The version from which the upgrade test will start
Version1_6 = "v1.6.7"
)
Variables ¶
var ( NautilusVersion = cephv1.CephVersionSpec{Image: nautilusTestImage} NautilusPartitionVersion = cephv1.CephVersionSpec{Image: nautilusTestImagePartition} OctopusVersion = cephv1.CephVersionSpec{Image: octopusTestImage} PacificVersion = cephv1.CephVersionSpec{Image: pacificTestImage} MasterVersion = cephv1.CephVersionSpec{Image: masterTestImage, AllowUnsupported: true} )
Functions ¶
func CreateHostPathPVs ¶ added in v1.6.0
************************************************************************************************ HostPath provisioner functions ************************************************************************************************
func DeleteHostPathPVs ¶ added in v1.6.0
func GetPVCClone ¶ added in v1.6.0
func GetPVCRestore ¶ added in v1.6.0
func GetPodWithVolume ¶ added in v1.6.0
func GetSnapshot ¶ added in v1.6.0
func IsAdditionalDeviceAvailableOnCluster ¶ added in v0.6.0
func IsAdditionalDeviceAvailableOnCluster() bool
IsAdditionalDeviceAvailableOnCluster checks whether a given device is available to become an OSD
func SkipTestSuite ¶ added in v1.1.0
func StorageClassName ¶ added in v1.5.0
func StorageClassName() string
func SystemNamespace ¶ added in v0.6.0
func TestIsOfficialBuild ¶ added in v1.4.0
func TestIsOfficialBuild() bool
TestIsOfficialBuild gets the storage provider for which tests should be run
func TestLogCollectionLevel ¶ added in v1.4.0
func TestLogCollectionLevel() string
TestLogCollectionLevel gets whether to collect all logs
func TestScratchDevice ¶ added in v1.4.0
func TestScratchDevice() string
TestScratchDevice get the scratch device to be used for OSD
Types ¶
type CephInstaller ¶ added in v0.9.0
type CephInstaller struct { Manifests CephManifests T func() *testing.T // contains filtered or unexported fields }
CephInstaller wraps installing and uninstalling rook on a platform
func NewCephInstaller ¶ added in v0.9.0
func NewCephInstaller(t func() *testing.T, clientset *kubernetes.Clientset, settings *TestCephSettings) *CephInstaller
NewCephInstaller creates new instance of CephInstaller
func (*CephInstaller) CollectOperatorLog ¶ added in v1.1.0
func (h *CephInstaller) CollectOperatorLog(suiteName, testName string)
func (*CephInstaller) ConfirmHelmClusterInstalledCorrectly ¶ added in v1.7.1
func (h *CephInstaller) ConfirmHelmClusterInstalledCorrectly() error
ConfirmHelmClusterInstalledCorrectly runs some validation to check whether the helm chart installed correctly.
func (*CephInstaller) CreateBlockPoolConfiguration ¶ added in v1.7.1
func (h *CephInstaller) CreateBlockPoolConfiguration(values map[string]interface{}, name, scName string) error
CreateBlockPoolConfiguration creates a block store configuration
func (*CephInstaller) CreateCephCluster ¶ added in v1.6.0
func (h *CephInstaller) CreateCephCluster() error
CreateCephCluster creates rook cluster via kubectl
func (*CephInstaller) CreateCephOperator ¶ added in v0.9.0
func (h *CephInstaller) CreateCephOperator() (err error)
CreateCephOperator creates rook-operator via kubectl
func (*CephInstaller) CreateFileSystemConfiguration ¶ added in v1.7.1
func (h *CephInstaller) CreateFileSystemConfiguration(values map[string]interface{}, name, scName string) error
CreateFileSystemConfiguration creates a filesystem configuration
func (*CephInstaller) CreateObjectStoreConfiguration ¶ added in v1.7.1
func (h *CephInstaller) CreateObjectStoreConfiguration(values map[string]interface{}, name, scName string) error
CreateObjectStoreConfiguration creates an object store configuration
func (*CephInstaller) CreateRookCephClusterViaHelm ¶ added in v1.7.1
func (h *CephInstaller) CreateRookCephClusterViaHelm(values map[string]interface{}) error
CreateRookCephClusterViaHelm creates rook cluster via Helm
func (*CephInstaller) CreateRookExternalCluster ¶ added in v1.3.0
func (h *CephInstaller) CreateRookExternalCluster(externalManifests CephManifests) error
CreateRookExternalCluster creates rook external cluster via kubectl
func (*CephInstaller) CreateRookOperatorViaHelm ¶ added in v1.3.0
func (h *CephInstaller) CreateRookOperatorViaHelm(values map[string]interface{}) error
CreateRookOperatorViaHelm creates rook operator via Helm chart named local/rook present in local repo
func (*CephInstaller) CreateRookToolbox ¶ added in v1.3.0
func (h *CephInstaller) CreateRookToolbox(manifests CephManifests) (err error)
CreateRookToolbox creates rook-ceph-tools via kubectl
func (*CephInstaller) CreateVolumeReplicationCRDs ¶ added in v1.7.5
func (h *CephInstaller) CreateVolumeReplicationCRDs() (err error)
func (*CephInstaller) Execute ¶ added in v1.4.0
func (h *CephInstaller) Execute(command string, parameters []string, namespace string) (error, string)
Execute a command in the ceph toolbox
func (*CephInstaller) GatherAllRookLogs ¶ added in v0.9.0
func (h *CephInstaller) GatherAllRookLogs(testName string, namespaces ...string)
func (*CephInstaller) GetCleanupPod ¶ added in v1.4.0
func (h *CephInstaller) GetCleanupPod(node, removalDir string) string
GetCleanupPod gets a cleanup Pod that cleans up the dataDirHostPath
func (*CephInstaller) GetCleanupVerificationPod ¶ added in v1.4.0
func (h *CephInstaller) GetCleanupVerificationPod(node, hostPathDir string) string
GetCleanupVerificationPod verifies that the dataDirHostPath is empty
func (*CephInstaller) GetNodeHostnames ¶ added in v0.9.0
func (h *CephInstaller) GetNodeHostnames() ([]string, error)
GetNodeHostnames returns the list of nodes in the k8s cluster
func (*CephInstaller) GetRookExternalClusterMonConfigMap ¶ added in v1.2.3
func (h *CephInstaller) GetRookExternalClusterMonConfigMap() (*v1.ConfigMap, error)
GetRookExternalClusterMonConfigMap gets the monitor kubernetes configmap of the external cluster
func (*CephInstaller) GetRookExternalClusterMonSecret ¶ added in v1.2.3
func (h *CephInstaller) GetRookExternalClusterMonSecret() (*v1.Secret, error)
GetRookExternalClusterMonSecret gets the monitor kubernetes secret of the external cluster
func (*CephInstaller) InstallRook ¶ added in v1.3.0
func (h *CephInstaller) InstallRook() (bool, error)
func (*CephInstaller) RemoveRookCephClusterHelmDefaultCustomResources ¶ added in v1.7.1
func (h *CephInstaller) RemoveRookCephClusterHelmDefaultCustomResources() error
RemoveRookCephClusterHelmDefaultCustomResources tidies up the helm created CRs and Storage Classes, as they interfere with other tests.
func (*CephInstaller) UninstallRook ¶ added in v0.9.0
func (h *CephInstaller) UninstallRook()
UninstallRook uninstalls rook from k8s
func (*CephInstaller) UninstallRookFromMultipleNS ¶ added in v0.9.0
func (h *CephInstaller) UninstallRookFromMultipleNS(manifests ...CephManifests)
UninstallRookFromMultipleNS uninstalls rook from multiple namespaces in k8s
func (*CephInstaller) WaitForToolbox ¶ added in v1.6.5
func (h *CephInstaller) WaitForToolbox(namespace string) error
type CephManifests ¶ added in v0.9.0
type CephManifests interface { Settings() *TestCephSettings GetCRDs(k8shelper *utils.K8sHelper) string GetOperator() string GetCommon() string GetCommonExternal() string GetCephCluster() string GetExternalCephCluster() string GetToolbox() string GetBlockPool(poolName, replicaSize string) string GetBlockStorageClass(poolName, storageClassName, reclaimPolicy string) string GetFileStorageClass(fsName, storageClassName string) string GetBlockSnapshotClass(snapshotClassName, reclaimPolicy string) string GetFileStorageSnapshotClass(snapshotClassName, reclaimPolicy string) string GetFilesystem(name string, activeCount int) string GetNFS(name, pool string, daemonCount int) string GetRBDMirror(name string, daemonCount int) string GetObjectStore(name string, replicaCount, port int, tlsEnable bool) string GetObjectStoreUser(name, displayName, store, usercaps, maxsize string, maxbuckets, maxobjects int) string GetBucketStorageClass(storeName, storageClassName, reclaimPolicy, region string) string GetOBC(obcName, storageClassName, bucketName string, maxObject string, createBucket bool) string GetClient(name string, caps map[string]string) string }
func NewCephManifests ¶ added in v0.9.0
func NewCephManifests(settings *TestCephSettings) CephManifests
NewCephManifests gets the manifest type depending on the Rook version desired
type CephManifestsMaster ¶ added in v0.9.0
type CephManifestsMaster struct {
// contains filtered or unexported fields
}
CephManifestsMaster wraps rook yaml definitions
func (*CephManifestsMaster) GetBlockPool ¶ added in v1.6.0
func (m *CephManifestsMaster) GetBlockPool(poolName string, replicaSize string) string
func (*CephManifestsMaster) GetBlockSnapshotClass ¶ added in v1.5.0
func (m *CephManifestsMaster) GetBlockSnapshotClass(snapshotClassName, reclaimPolicy string) string
func (*CephManifestsMaster) GetBlockStorageClass ¶ added in v1.6.0
func (m *CephManifestsMaster) GetBlockStorageClass(poolName, storageClassName, reclaimPolicy string) string
func (*CephManifestsMaster) GetBucketStorageClass ¶ added in v1.1.0
func (m *CephManifestsMaster) GetBucketStorageClass(storeName, storageClassName, reclaimPolicy, region string) string
GetBucketStorageClass returns the manifest to create object bucket
func (*CephManifestsMaster) GetCRDs ¶ added in v1.6.0
func (m *CephManifestsMaster) GetCRDs(k8shelper *utils.K8sHelper) string
func (*CephManifestsMaster) GetCephCluster ¶ added in v1.6.0
func (m *CephManifestsMaster) GetCephCluster() string
func (*CephManifestsMaster) GetClient ¶ added in v1.2.0
func (m *CephManifestsMaster) GetClient(claimName string, caps map[string]string) string
func (*CephManifestsMaster) GetCommon ¶ added in v1.6.0
func (m *CephManifestsMaster) GetCommon() string
func (*CephManifestsMaster) GetCommonExternal ¶ added in v1.6.0
func (m *CephManifestsMaster) GetCommonExternal() string
func (*CephManifestsMaster) GetExternalCephCluster ¶ added in v1.6.0
func (m *CephManifestsMaster) GetExternalCephCluster() string
func (*CephManifestsMaster) GetFileStorageClass ¶ added in v1.6.0
func (m *CephManifestsMaster) GetFileStorageClass(fsName, storageClassName string) string
func (*CephManifestsMaster) GetFileStorageSnapshotClass ¶ added in v1.5.0
func (m *CephManifestsMaster) GetFileStorageSnapshotClass(snapshotClassName, reclaimPolicy string) string
func (*CephManifestsMaster) GetFilesystem ¶ added in v0.9.0
func (m *CephManifestsMaster) GetFilesystem(name string, activeCount int) string
GetFilesystem returns the manifest to create a Rook filesystem resource with the given config.
func (*CephManifestsMaster) GetNFS ¶ added in v1.0.0
func (m *CephManifestsMaster) GetNFS(name, pool string, count int) string
GetFilesystem returns the manifest to create a Rook Ceph NFS resource with the given config.
func (*CephManifestsMaster) GetOBC ¶ added in v1.6.0
func (m *CephManifestsMaster) GetOBC(claimName string, storageClassName string, objectBucketName string, maxObject string, varBucketName bool) string
GetOBC returns the manifest to create object bucket claim
func (*CephManifestsMaster) GetObjectStore ¶ added in v0.9.0
func (m *CephManifestsMaster) GetObjectStore(name string, replicaCount, port int, tlsEnable bool) string
func (*CephManifestsMaster) GetObjectStoreUser ¶ added in v0.9.0
func (m *CephManifestsMaster) GetObjectStoreUser(name, displayName, store, usercaps, maxsize string, maxbuckets, maxobjects int) string
func (*CephManifestsMaster) GetOperator ¶ added in v1.6.0
func (m *CephManifestsMaster) GetOperator() string
func (*CephManifestsMaster) GetRBDMirror ¶ added in v1.4.0
func (m *CephManifestsMaster) GetRBDMirror(name string, count int) string
GetRBDMirror returns the manifest to create a Rook Ceph RBD Mirror resource with the given config.
func (*CephManifestsMaster) GetToolbox ¶ added in v1.6.0
func (m *CephManifestsMaster) GetToolbox() string
func (*CephManifestsMaster) Settings ¶ added in v1.6.0
func (m *CephManifestsMaster) Settings() *TestCephSettings
type CephManifestsV1_6 ¶ added in v1.7.1
type CephManifestsV1_6 struct {
// contains filtered or unexported fields
}
CephManifestsV1_6 wraps rook yaml definitions
func (*CephManifestsV1_6) GetBlockPool ¶ added in v1.7.1
func (m *CephManifestsV1_6) GetBlockPool(poolName, replicaSize string) string
func (*CephManifestsV1_6) GetBlockSnapshotClass ¶ added in v1.7.1
func (m *CephManifestsV1_6) GetBlockSnapshotClass(snapshotClassName, reclaimPolicy string) string
func (*CephManifestsV1_6) GetBlockStorageClass ¶ added in v1.7.1
func (m *CephManifestsV1_6) GetBlockStorageClass(poolName, storageClassName, reclaimPolicy string) string
func (*CephManifestsV1_6) GetBucketStorageClass ¶ added in v1.7.1
func (m *CephManifestsV1_6) GetBucketStorageClass(storeName, storageClassName, reclaimPolicy, region string) string
GetBucketStorageClass returns the manifest to create object bucket
func (*CephManifestsV1_6) GetCRDs ¶ added in v1.7.1
func (m *CephManifestsV1_6) GetCRDs(k8shelper *utils.K8sHelper) string
func (*CephManifestsV1_6) GetCephCluster ¶ added in v1.7.1
func (m *CephManifestsV1_6) GetCephCluster() string
GetRookCluster returns rook-cluster manifest
func (*CephManifestsV1_6) GetClient ¶ added in v1.7.1
func (m *CephManifestsV1_6) GetClient(claimName string, caps map[string]string) string
func (*CephManifestsV1_6) GetCommon ¶ added in v1.7.1
func (m *CephManifestsV1_6) GetCommon() string
GetCommon returns rook-cluster manifest
func (*CephManifestsV1_6) GetCommonExternal ¶ added in v1.7.1
func (m *CephManifestsV1_6) GetCommonExternal() string
func (*CephManifestsV1_6) GetExternalCephCluster ¶ added in v1.7.1
func (m *CephManifestsV1_6) GetExternalCephCluster() string
func (*CephManifestsV1_6) GetFileStorageClass ¶ added in v1.7.1
func (m *CephManifestsV1_6) GetFileStorageClass(fsName, storageClassName string) string
func (*CephManifestsV1_6) GetFileStorageSnapshotClass ¶ added in v1.7.1
func (m *CephManifestsV1_6) GetFileStorageSnapshotClass(snapshotClassName, reclaimPolicy string) string
func (*CephManifestsV1_6) GetFilesystem ¶ added in v1.7.1
func (m *CephManifestsV1_6) GetFilesystem(name string, activeCount int) string
GetFilesystem returns the manifest to create a Rook filesystem resource with the given config.
func (*CephManifestsV1_6) GetNFS ¶ added in v1.7.1
func (m *CephManifestsV1_6) GetNFS(name, pool string, count int) string
GetFilesystem returns the manifest to create a Rook Ceph NFS resource with the given config.
func (*CephManifestsV1_6) GetOBC ¶ added in v1.7.1
func (m *CephManifestsV1_6) GetOBC(claimName, storageClassName, objectBucketName, maxObject string, varBucketName bool) string
GetOBC returns the manifest to create object bucket claim
func (*CephManifestsV1_6) GetObjectStore ¶ added in v1.7.1
func (m *CephManifestsV1_6) GetObjectStore(name string, replicaCount, port int, tlsEnable bool) string
func (*CephManifestsV1_6) GetObjectStoreUser ¶ added in v1.7.1
func (m *CephManifestsV1_6) GetObjectStoreUser(name, displayName, store, usercaps, maxsize string, maxbuckets, maxobjects int) string
func (*CephManifestsV1_6) GetOperator ¶ added in v1.7.1
func (m *CephManifestsV1_6) GetOperator() string
GetRookOperator returns rook Operator manifest
func (*CephManifestsV1_6) GetRBDMirror ¶ added in v1.7.1
func (m *CephManifestsV1_6) GetRBDMirror(name string, count int) string
GetRBDMirror returns the manifest to create a Rook Ceph RBD Mirror resource with the given config.
func (*CephManifestsV1_6) GetToolbox ¶ added in v1.7.1
func (m *CephManifestsV1_6) GetToolbox() string
GetRookToolBox returns rook-toolbox manifest
func (*CephManifestsV1_6) Settings ¶ added in v1.7.1
func (m *CephManifestsV1_6) Settings() *TestCephSettings
type TestCephSettings ¶ added in v1.6.0
type TestCephSettings struct { DataDirHostPath string ClusterName string Namespace string OperatorNamespace string StorageClassName string UseHelm bool RetainHelmDefaultStorageCRs bool UsePVC bool Mons int UseCrashPruner bool MultipleMgrs bool SkipOSDCreation bool UseCSI bool EnableDiscovery bool EnableAdmissionController bool IsExternal bool SkipClusterCleanup bool SkipCleanupPolicy bool DirectMountToolbox bool EnableVolumeReplication bool RookVersion string CephVersion cephv1.CephVersionSpec }
TestCephSettings struct for handling panic and test suite tear down
func (*TestCephSettings) ApplyEnvVars ¶ added in v1.6.0
func (s *TestCephSettings) ApplyEnvVars()