Documentation ¶
Index ¶
- func CheckBondNetworkInterface() error
- func CheckChrony() error
- func CheckDnsInPod() error
- func CheckDnsNslookupOnKubernetes() error
- func CheckDnsServiceNode() error
- func CheckDockerPool(okSize int) error
- func CheckEtcdHealth(etcdIps string, etcdCertPath string) error
- func CheckExternalSystem(url string) error
- func CheckFileSslCertificates(filePaths []string, days int) error
- func CheckGlusterStatus() error
- func CheckHawcularHealth(ip string) error
- func CheckHttpHaProxy(publicUrl string, slow bool) error
- func CheckHttpService(slow bool) error
- func CheckIfGlusterdIsRunning() error
- func CheckKubeSslCertificates(kubePaths []string, days int) error
- func CheckLVPoolSizes(okSize int) error
- func CheckLimitsAndQuota(allowedWithoutLimits int, allowedWithoutQuota int) error
- func CheckLoggingRestartsCount() error
- func CheckMasterApis(urls string) error
- func CheckMountPointSizes(okSize int) error
- func CheckNtpd() error
- func CheckOcGetNodes(buildNodes bool) error
- func CheckOcGetNodesRelaxed() error
- func CheckOpenFileCount() error
- func CheckPodHttpAtoB() error
- func CheckPodHttpAtoC(slow bool) error
- func CheckRegistryHealth(ip string) error
- func CheckRouterHealth(ip string) error
- func CheckRouterRestartCount() error
- func CheckUrlSslCertificates(urls []string, days int) error
- func CheckVGSizes(okSize int) error
- type Cert
- type KubeConfig
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CheckBondNetworkInterface ¶ added in v1.3.4
func CheckBondNetworkInterface() error
func CheckChrony ¶ added in v1.3.5
func CheckChrony() error
func CheckDnsInPod ¶
func CheckDnsInPod() error
func CheckDnsNslookupOnKubernetes ¶
func CheckDnsNslookupOnKubernetes() error
func CheckDnsServiceNode ¶
func CheckDnsServiceNode() error
func CheckDockerPool ¶
func CheckEtcdHealth ¶
func CheckExternalSystem ¶
func CheckFileSslCertificates ¶ added in v1.3.0
func CheckGlusterStatus ¶
func CheckGlusterStatus() error
func CheckHawcularHealth ¶
func CheckHttpHaProxy ¶
func CheckHttpService ¶
func CheckIfGlusterdIsRunning ¶ added in v1.1.5
func CheckIfGlusterdIsRunning() error
func CheckKubeSslCertificates ¶ added in v1.3.3
func CheckLVPoolSizes ¶ added in v1.0.6
func CheckLimitsAndQuota ¶ added in v1.4.3
func CheckLoggingRestartsCount ¶
func CheckLoggingRestartsCount() error
func CheckMasterApis ¶
func CheckMountPointSizes ¶ added in v1.1.5
func CheckOcGetNodes ¶
func CheckOcGetNodesRelaxed ¶ added in v1.4.0
func CheckOcGetNodesRelaxed() error
func CheckOpenFileCount ¶
func CheckOpenFileCount() error
func CheckPodHttpAtoB ¶
func CheckPodHttpAtoB() error
func CheckPodHttpAtoC ¶
func CheckRegistryHealth ¶
func CheckRouterHealth ¶
func CheckRouterRestartCount ¶
func CheckRouterRestartCount() error
func CheckUrlSslCertificates ¶ added in v1.3.0
func CheckVGSizes ¶ added in v1.0.6
Types ¶
type KubeConfig ¶ added in v1.3.0
type KubeConfig struct { APIVersion string `yaml:"apiVersion"` Clusters []struct { Cluster struct { CertificateAuthorityData string `yaml:"certificate-authority-data"` Server string `yaml:"server"` } `yaml:"cluster"` Name string `yaml:"name"` } `yaml:"clusters"` Contexts []struct { Context struct { Cluster string `yaml:"cluster"` Namespace string `yaml:"namespace"` User string `yaml:"user"` } `yaml:"context"` Name string `yaml:"name"` } `yaml:"contexts"` CurrentContext string `yaml:"current-context"` Kind string `yaml:"kind"` Preferences struct { } `yaml:"preferences"` Users []struct { Name string `yaml:"name"` User struct { ClientCertificateData string `yaml:"client-certificate-data"` ClientKeyData string `yaml:"client-key-data"` } `yaml:"user"` } `yaml:"users"` }
Click to show internal directories.
Click to hide internal directories.