kubeprobes/costants.go

8 lines
144 B
Go
Raw Permalink Normal View History

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