# Variables
ErrK8SApiAccountNotSet is returned when the account used to talk to k8s api is not setup.
ErrPodsNotFound error returned when pod or pods could not be found.
# Structs
ErrAppNotReady error type for when an app is not yet ready.
ErrAppNotTerminated error type for when an app is not yet terminated.
ErrFailedToApplySpec error type for failing to apply a spec file.
ErrFailedToExecCronJob error type when cron job is not executed.
ErrFailedToParseYAML error type for objects not found.
ErrFailedToValidateCustomSpec error type when CRD objects does not applied successfully.
ErrPVCNotReady error type for when a PVC is not yet ready/bound.
ErrSnapshotDataFailed error type for when a snapshot data has failed.
ErrSnapshotDataNotReady error type for when a snapshot data is not yet ready.
ErrSnapshotFailed error type for when a snapshot has failed.
ErrSnapshotNotReady error type for when a snapshot is not yet ready/bound.
ErrValidatePVCSize error type for when a PVC size is not that expected size of PVC.