Documentation ¶
Index ¶
- Constants
- func AddRouterImageOverrideToEnv(env []corev1.EnvVar) []corev1.EnvVar
- func GetConfigSyncImageDetails() types.ImageDetails
- func GetConfigSyncImageName() string
- func GetConfigSyncImagePullPolicy() string
- func GetFlowCollectorImageDetails() types.ImageDetails
- func GetFlowCollectorImageName() string
- func GetFlowCollectorImagePullPolicy() string
- func GetImageRegistry() string
- func GetPrometheusImageRegistry() string
- func GetPrometheusServerImageDetails() types.ImageDetails
- func GetPrometheusServerImageName() string
- func GetPrometheusServerImagePullPolicy() string
- func GetRouterImageDetails() types.ImageDetails
- func GetRouterImageName() string
- func GetRouterImagePullPolicy() string
- func GetServiceControllerImageDetails() types.ImageDetails
- func GetServiceControllerImageName() string
- func GetServiceControllerImagePullPolicy() string
Constants ¶
View Source
const ( RouterImageEnvKey string = "QDROUTERD_IMAGE" ServiceControllerImageEnvKey string = "SKUPPER_SERVICE_CONTROLLER_IMAGE" ConfigSyncImageEnvKey string = "SKUPPER_CONFIG_SYNC_IMAGE" FlowCollectorImageEnvKey string = "SKUPPER_FLOW_COLLECTOR_IMAGE" PrometheusServerImageEnvKey string = "PROMETHEUS_SERVER_IMAGE" RouterPullPolicyEnvKey string = "QDROUTERD_IMAGE_PULL_POLICY" ServiceControllerPullPolicyEnvKey string = "SKUPPER_SERVICE_CONTROLLER_IMAGE_PULL_POLICY" ConfigSyncPullPolicyEnvKey string = "SKUPPER_CONFIG_SYNC_IMAGE_PULL_POLICY" FlowCollectorPullPolicyEnvKey string = "SKUPPER_FLOW_COLLECTOR_IMAGE_PULL_POLICY" PrometheusServerPullPolicyEnvKey string = "PROMETHEUS_SERVER_IMAGE_PULL_POLICY" SkupperImageRegistryEnvKey string = "SKUPPER_IMAGE_REGISTRY" PrometheusImageRegistryEnvKey string = "PROMETHEUS_IMAGE_REGISTRY" )
View Source
const ( DefaultImageRegistry string = "quay.io/skupper" RouterImageName string = "skupper-router:main" ServiceControllerImageName string = "service-controller:master" ConfigSyncImageName string = "config-sync:master" FlowCollectorImageName string = "flow-collector:master" PrometheusImageRegistry string = "quay.io/prometheus" PrometheusServerImageName string = "prometheus:v2.42.0" )
Variables ¶
This section is empty.
Functions ¶
func GetConfigSyncImageDetails ¶
func GetConfigSyncImageDetails() types.ImageDetails
func GetConfigSyncImageName ¶
func GetConfigSyncImageName() string
func GetConfigSyncImagePullPolicy ¶
func GetConfigSyncImagePullPolicy() string
func GetFlowCollectorImageDetails ¶
func GetFlowCollectorImageDetails() types.ImageDetails
func GetFlowCollectorImageName ¶
func GetFlowCollectorImageName() string
func GetFlowCollectorImagePullPolicy ¶
func GetFlowCollectorImagePullPolicy() string
func GetImageRegistry ¶
func GetImageRegistry() string
func GetPrometheusImageRegistry ¶
func GetPrometheusImageRegistry() string
func GetPrometheusServerImageDetails ¶
func GetPrometheusServerImageDetails() types.ImageDetails
func GetPrometheusServerImageName ¶
func GetPrometheusServerImageName() string
func GetPrometheusServerImagePullPolicy ¶
func GetPrometheusServerImagePullPolicy() string
func GetRouterImageDetails ¶
func GetRouterImageDetails() types.ImageDetails
func GetRouterImageName ¶
func GetRouterImageName() string
func GetRouterImagePullPolicy ¶
func GetRouterImagePullPolicy() string
func GetServiceControllerImageDetails ¶
func GetServiceControllerImageDetails() types.ImageDetails
func GetServiceControllerImageName ¶
func GetServiceControllerImageName() string
func GetServiceControllerImagePullPolicy ¶
func GetServiceControllerImagePullPolicy() string
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.