Documentation ¶
Index ¶
- Constants
- Variables
- func ConfigClusterCommon(cmd *cobra.Command) error
- func DelCephBlockPool(cmd *cobra.Command) error
- func DelClusterComm(cmd *cobra.Command) error
- func DelClusterStorageClass(cmd *cobra.Command) error
- func DeleteCluster(cmd *cobra.Command) error
- func DeleteClusterOperator(cmd *cobra.Command) error
- func GetUserName() string
- func InitEnv(cmd *cobra.Command) error
- func InstallCephBlockPool(cmd *cobra.Command) error
- func InstallCluster(cmd *cobra.Command) error
- func InstallClusterOperator(cmd *cobra.Command) error
- func InstallClusterStorageClass(cmd *cobra.Command) error
- func Run(cmd *cobra.Command, args []string)
- func Uninstall(cmd *cobra.Command, args []string)
- type NodeInfo
Constants ¶
View Source
const ( StatusOK = "HEALTH_OK" ToolBoxFilter = "app=rook-ceph-tools" ToolBoxContainer = "rook-ceph-tools" RookNamespace = "rook-ceph" )
View Source
const ( Master = "node-role.kubernetes.io/master" CpuMinimum int64 = 4 MemMinimum int64 = 7000 * KB NodeMinimum int = 3 )
View Source
const ( RookStorePath = "/var/ankr/rook" KubeConfig = "KUBECONFIG" )
View Source
const ( KB MB GB TB )
View Source
const ClusterCommon = `` /* 37051-byte string literal not displayed */
View Source
const ClusterInstall = `` /* 636-byte string literal not displayed */
View Source
const ClusterOperator = `` /* 4193-byte string literal not displayed */
View Source
const ClusterReplicatedPool = `` /* 154-byte string literal not displayed */
View Source
const ClusterStorageClass = `` /* 292-byte string literal not displayed */
View Source
const ClusterToolBox = `` /* 1438-byte string literal not displayed */
View Source
const Kind = "kind"
View Source
const SplitString = "---"
Variables ¶
View Source
var ( DirName string DbMinSizeMB int = 1024 * 1024 * 1024 * MB )
Functions ¶
func ConfigClusterCommon ¶
func DelCephBlockPool ¶
func DelClusterComm ¶
func DelClusterStorageClass ¶
func DeleteCluster ¶
func DeleteClusterOperator ¶
func GetUserName ¶
func GetUserName() string
func InstallCephBlockPool ¶
func InstallCluster ¶
func InstallClusterOperator ¶
Types ¶
Source Files ¶
Click to show internal directories.
Click to hide internal directories.