Documentation ¶
Index ¶
- func CheckDeployment(namespace, name string) (bool, error)
- func CheckPods() (bool, error)
- func CheckPort(port int) (bool, error)
- func CheckSVC(svcName string) (bool, error)
- func DoTrace(host string) bool
- func GetHostname(inputUrl string) string
- func GetIngress() (bool, error)
- func HasPing(host string) bool
- func ResolveDNS(domain string) (string, error)
- func ValidateURL(inUrl string) bool
- type Config
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CheckDeployment ¶
func GetHostname ¶
func GetIngress ¶
func ResolveDNS ¶
func ValidateURL ¶
Types ¶
type Config ¶
type Config struct { CurrentContext string Contexts clientcmdapi.Context Clusters clientcmdapi.Cluster Users clientcmdapi.AuthInfo }
func ReadConfig ¶
Click to show internal directories.
Click to hide internal directories.