Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Command ¶
type Command struct { Log logr.Logger // ApiURL is the Kubernetes API URL to proxy the API requests. // The frontend is making API calls directly to Kubernetes. ApiURL string // ApiTLSSkipVerify controls whether the certificate of the Kubernetes API is verified. ApiTLSSkipVerify bool AuthCookieMaxAge time.Duration }
Click to show internal directories.
Click to hide internal directories.