Versions in this module Expand all Collapse all v0 v0.20.1 Jan 24, 2025 v0.20.0 Jan 22, 2025 Changes in this version + var AddToScheme = SchemeBuilder.AddToScheme + var GroupVersion = schema.GroupVersion + var SchemeBuilder = &scheme.Builder + func SetupWebhookWithManager(mgr ctrl.Manager, operatorNamespace string) error + type Agent struct + Env []corev1.EnvVar + Image string + Language string + Resources corev1.ResourceRequirements + VolumeSizeLimit *resource.Quantity + func (a *Agent) IsEmpty() bool + func (a *Agent) IsEqual(b Agent) bool + func (in *Agent) DeepCopy() *Agent + func (in *Agent) DeepCopyInto(out *Agent) + type Exporter struct + Endpoint string + func (in *Exporter) DeepCopy() *Exporter + func (in *Exporter) DeepCopyInto(out *Exporter) + type Instrumentation struct + Spec InstrumentationSpec + Status InstrumentationStatus + func (dst *Instrumentation) ConvertFrom(srcRaw conversion.Hub) error + func (in *Instrumentation) DeepCopy() *Instrumentation + func (in *Instrumentation) DeepCopyInto(out *Instrumentation) + func (in *Instrumentation) DeepCopyObject() runtime.Object + func (src *Instrumentation) ConvertTo(dstRaw conversion.Hub) error + type InstrumentationDefaulter struct + func (in *InstrumentationDefaulter) DeepCopy() *InstrumentationDefaulter + func (in *InstrumentationDefaulter) DeepCopyInto(out *InstrumentationDefaulter) + func (r *InstrumentationDefaulter) Default(ctx context.Context, obj runtime.Object) error + type InstrumentationList struct + Items []Instrumentation + func (in *InstrumentationList) DeepCopy() *InstrumentationList + func (in *InstrumentationList) DeepCopyInto(out *InstrumentationList) + func (in *InstrumentationList) DeepCopyObject() runtime.Object + type InstrumentationSpec struct + Agent Agent + LicenseKeySecret string + NamespaceLabelSelector metav1.LabelSelector + PodLabelSelector metav1.LabelSelector + Propagators []common.Propagator + Resource Resource + func (in *InstrumentationSpec) DeepCopy() *InstrumentationSpec + func (in *InstrumentationSpec) DeepCopyInto(out *InstrumentationSpec) + type InstrumentationStatus struct + func (in *InstrumentationStatus) DeepCopy() *InstrumentationStatus + func (in *InstrumentationStatus) DeepCopyInto(out *InstrumentationStatus) + type InstrumentationValidator struct + OperatorNamespace string + func (in *InstrumentationValidator) DeepCopy() *InstrumentationValidator + func (in *InstrumentationValidator) DeepCopyInto(out *InstrumentationValidator) + func (r *InstrumentationValidator) ValidateCreate(ctx context.Context, obj runtime.Object) (admission.Warnings, error) + func (r *InstrumentationValidator) ValidateDelete(ctx context.Context, obj runtime.Object) (admission.Warnings, error) + func (r *InstrumentationValidator) ValidateUpdate(ctx context.Context, oldObj runtime.Object, newObj runtime.Object) (admission.Warnings, error) + type Resource struct + AddK8sUIDAttributes bool + Attributes map[string]string + func (in *Resource) DeepCopy() *Resource + func (in *Resource) DeepCopyInto(out *Resource) + func (r Resource) IsEmpty() bool + type Sampler struct + Argument string + Type common.SamplerType + func (in *Sampler) DeepCopy() *Sampler + func (in *Sampler) DeepCopyInto(out *Sampler)