Versions in this module Expand all Collapse all v0 v0.0.1 Apr 14, 2023 Changes in this version + func MakeConfigMap(config Config, collectorConfig collectorconfig.Config) *corev1.ConfigMap + func MakeDeployment(config Config, configHash string) *appsv1.Deployment + func MakeMetricsService(config Config) *corev1.Service + func MakeOTLPService(config Config) *corev1.Service + func MakeOpenCensusService(config Config) *corev1.Service + func MakeSecret(config Config, secretData map[string][]byte) *corev1.Secret + type Config struct + BaseName string + Deployment DeploymentConfig + MaxPipelines int + Namespace string + OverrideConfigMap types.NamespacedName + Overrides overrides.Config + Service ServiceConfig + type DeploymentConfig struct + CPULimit resource.Quantity + CPURequest resource.Quantity + Image string + MemoryLimit resource.Quantity + MemoryRequest resource.Quantity + PriorityClassName string + type ServiceConfig struct + OTLPServiceName string