package kubeprobes const ( defaultLivenessPath string = "/live" defaultReadinessPath string = "/ready" verboseOutputFlag string = "v" )