增加k8s接入

This commit is contained in:
dushixiang
2021-03-05 19:38:42 +08:00
parent 1472ec73a7
commit d16295baa5
5 changed files with 257 additions and 58 deletions

View File

@ -48,6 +48,15 @@ const (
PasswordRegex = "password-regex"
LoginSuccessRegex = "login-success-regex"
LoginFailureRegex = "login-failure-regex"
Namespace = "namespace"
Pod = "pod"
Container = "container"
UesSSL = "use-ssl"
ClientCert = "client-cert"
ClientKey = "client-key"
CaCert = "ca-cert"
IgnoreCert = "ignore-cert"
)
const Delimiter = ';'