# Constants
ControllerAvailable means node drivers are running normally.
ControllerDriverSynced means the controller driver daemonSet has been synced.
FetchError means fetch the CSIDeployment object failed.
LivenessProbePortKey is the annotation key to set liveness probe port in CSI object.
NodeAvailable means controller components are running normally.
NodeDriverSynced means the node driver daemonSet has been synced.
RBACSynced means the rbac resources has been synced.
SecretsSynced means the secrets has been synced.
StorageClassesSynced means the storageClasses has been synced.
Synced means the operator has already synced the status of CSIDeployment.
SyncError means sync the CSIDeployment's status failed.
Validated means the operator has already validate the spec of CSIDeployment.
# Type aliases
ErrorList is a Combination of a list of errors.