drone-kubernetes/k8s/const.go

9 lines
72 B
Go
Raw Normal View History

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