Documentation ¶
Index ¶
Constants ¶
View Source
const ( VMIUnderTestNamePrefix = "vmi-under-test" AnnDefaultStorageClass = "storageclass.kubernetes.io/is-default-class" ErrNoDefaultStorageClass = "no default storage class" ErrPvcNotBound = "pvc failed to bound" ErrMultipleDefaultStorageClasses = "there are multiple default storage classes" ErrEmptyClaimPropertySets = "there are StorageProfiles with empty ClaimPropertySets (unknown provisioners)" // FIXME: need to decide of we want to return errors in this cases // errMissingVolumeSnapshotClass = "there are StorageProfiles missing VolumeSnapshotClass" // errVMsWithNonVirtRbdStorageClass = "there are VMs using the plain RBD storageclass when the virtualization storageclass exists" ErrVMsWithUnsetEfsStorageClass = "there are VMs using an EFS storageclass where the gid and uid are not set in the storageclass" ErrGoldenImagesNotUpToDate = "there are golden images whose DataImportCron is not up to date or DataSource is not ready" ErrGoldenImageNoDataSource = "dataSource has no PVC or Snapshot source" ErrBootFailedOnSomeVMs = "some of the VMs failed to complete boot on time" MessageBootCompletedOnAllVMs = "Boot completed on all VMs on time" MessageSkipNoGoldenImage = "Skip check - no golden image PVC or Snapshot" MessageSkipNoVMI = "Skip check - no VMI" MessageSkipSingleNode = "Skip check - single node" )
Variables ¶
View Source
var UnsupportedProvisioners = map[string]struct{}{
"kubernetes.io/no-provisioner": {},
"openshift-storage.ceph.rook.io/bucket": {},
"openshift-storage.noobaa.io/obc": {},
}
UnsupportedProvisioners is a hash of provisioners which are known not to work with CDI
Functions ¶
This section is empty.
Types ¶
Directories ¶
Path | Synopsis |
---|---|
* This file is part of the kiagnose project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License.
|
* This file is part of the kiagnose project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. |
Click to show internal directories.
Click to hide internal directories.