Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EnvironmentConfig ¶
type EnvironmentConfig struct { // Whether to skip TLS certificate verification when starting a stream. TlsSkipVerify bool // URL of the onboarding endpoint. OnboardingEndpoint string // URL of the token endpoint. TokenEndpoint string // Client ID for onboarding. "" if not specified, i.e. if the operator is not meant to onboard itself. OnboardingClientId string // Client secret for onboarding. "" if not specified, i.e. if the operator is not meant to onboard itself. OnboardingClientSecret string // K8s cluster secret name. ClusterCreds string }
Click to show internal directories.
Click to hide internal directories.