# Functions
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
GetTenantServiceURL gets tenant's service url with the proper scheme and port.
NewServer creates a new api operator server but does not configure it.
# Constants
list of all console environment constants.
list of all console environment constants.
Image versions.
# Variables
ErrorGenericNotFound Generic error for not found.
FlatSwaggerJSON embedded flattened version of the swagger document used at generation time.
GlobalPublicCerts has certificates Console will use to serve clients.
GlobalRootCAs is CA root certificates, a nil value means system certs pool will be used.
GlobalTLSCertsManager custom TLS Manager for SNI support.
Hostname console hostname avoid listening on 0.0.0.0 by default instead listen on all IPv4 and IPv6 - Hostname should be empty.
LicenseKey in memory license key used by console ui.
globally changeable logger styles.
globally changeable logger styles.
Port console default port.
SessionDuration cookie validity duration.
SwaggerJSON embedded version of the swagger document used at generation time.
TLSPort console tls port.
TLSRedirect console tls redirect rule.
# Structs
Context captures all command line flags values.
No description provided by the author
Server for the operator API.
# Interfaces
K8sClientI interface with all functions to be implemented by mock when testing, it should include all K8sClientI respective api calls that are used within this project.
OperatorClientI interface with all functions to be implemented by mock when testing, it should include all OperatorClientI respective api calls that are used within this project.