Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EnvOptions ¶
type EnvOptions struct { ApicastConfigurationLoader pod.EnvVarValue `env:"APICAST_CONFIGURATION_LOADER"` ApicastConfigurationCache pod.EnvVarValue `env:"APICAST_CONFIGURATION_CACHE"` ApicastExtendedMetrics pod.EnvVarValue `env:"APICAST_EXTENDED_METRICS"` ThreeScaleDeploymentEnv pod.EnvVarValue `env:"THREESCALE_DEPLOYMENT_ENV"` ThreescalePortalEndpoint pod.EnvVarValue `env:"THREESCALE_PORTAL_ENDPOINT"` ApicastLogLevel pod.EnvVarValue `env:"APICAST_LOG_LEVEL"` ApicastOIDCLogLevel pod.EnvVarValue `env:"APICAST_OIDC_LOG_LEVEL"` ApicastResponseCodes pod.EnvVarValue `env:"APICAST_RESPONSE_CODES"` }
EnvOptions holds configuration for the sphinx pods
func NewEnvOptions ¶
func NewEnvOptions(spec saasv1alpha1.ApicastEnvironmentSpec, env string) EnvOptions
NewEnvOptions returns an Options struct for the given saasv1alpha1.ApicastEnvironmentSpec
Click to show internal directories.
Click to hide internal directories.