Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type OAuthServiceCliArgs ¶
type OAuthServiceCliArgs struct { cmd.CommonCliArgs cmd.LoggingCliArgs ServiceAddr string `arg:"--service-addr, env" default:"0.0.0.0:8000" help:"Service address to listen on"` AllowedOrigins string `` /* 235-byte string literal not displayed */ KubeConfig string `arg:"--kubeconfig, env" default:"" help:""` KubeInsecureTLS bool `arg:"--kube-insecure-tls, env" default:"false" help:"Whether is allowed or not insecure kubernetes tls connection."` ApiServer string `` /* 126-byte string literal not displayed */ ApiServerCAPath string `` /* 140-byte string literal not displayed */ }
Click to show internal directories.
Click to hide internal directories.