Documentation ¶
Index ¶
Constants ¶
View Source
const ( OperatorOldestSupportedVersion = "v2.2.0" ClusterOperatorLastVersion = "v2.4.4" PortalManagerFirstSupportedVersion = "v2.6.0" MetricsExporterFirstSupportedVersion = "v2.8.0" OldOperatorName = "storageos-cluster-operator" NewOperatorName = "storageos-operator" NewOperatorNamespace = "storageos" OldOperatorNamespace = "storageos-operator" OldClusterNamespace = "kube-system" EtcdOperatorName = "storageos-etcd-controller-manager" EtcdOperatorNamespace = "storageos-etcd" EtcdSecretName = "storageos-etcd-secret" PortalManagerName = "storageos-portal-manager" VersionRegex = "v?([0-9]+.[0-9]+.[0-9]+)" ShaVersionRegex = "^[a-fA-F0-9]+$" )
View Source
const ( ErrNotFoundTemplate = `Please ensure you have specified the correct namespace. Please check CLI flags of %s command. # kubectl storageos %s -h ` ErrUnableToConstructClientConfig = "unable to connect to Kubernetes with given config" ErrUnableToConstructClientConfigTemplate = `Please ensure your Kubernetes client config has been configured correctly` ErrUnableToContructClientFromConfig = "unable to construct client for Kubernetes cluster" ErrUnableToContructClientFromConfigTemplate = `Please ensure you have the correct Kubernetes config.` )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.