9 lines
72 B
Go
Raw Permalink Normal View History

2023-11-02 17:24:36 +08:00
package k8s
type AuthType int
const (
AuthConfig = iota
AuthToken
)