Documentation ¶
Index ¶
- Constants
- func Build(params manifests.Params) ([]client.Object, error)
- func ConfigMap(params manifests.Params) (*corev1.ConfigMap, error)
- func Container(cfg config.Config, logger logr.Logger, opampBridge v1alpha1.OpAMPBridge) corev1.Container
- func Deployment(params manifests.Params) *appsv1.Deployment
- func Service(params manifests.Params) *corev1.Service
- func ServiceAccount(params manifests.Params) *corev1.ServiceAccount
- func ServiceAccountName(instance v1alpha1.OpAMPBridge) string
- func Volumes(cfg config.Config, opampBridge v1alpha1.OpAMPBridge) []corev1.Volume
Constants ¶
View Source
const (
ComponentOpAMPBridge = "opentelemetry-opamp-bridge"
)
Variables ¶
This section is empty.
Functions ¶
func Container ¶
func Container(cfg config.Config, logger logr.Logger, opampBridge v1alpha1.OpAMPBridge) corev1.Container
Container builds a container for the given OpAMPBridge.
func Deployment ¶
func Deployment(params manifests.Params) *appsv1.Deployment
Deployment builds the deployment for the given instance.
func ServiceAccount ¶
func ServiceAccount(params manifests.Params) *corev1.ServiceAccount
ServiceAccount returns the service account for the given instance.
func ServiceAccountName ¶
func ServiceAccountName(instance v1alpha1.OpAMPBridge) string
ServiceAccountName returns the name of the existing or self-provisioned service account to use for the given instance.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.