Skip to content

Commit

Permalink
Update apis/v1alpha1/instrumentation_types.go
Browse files Browse the repository at this point in the history
Co-authored-by: Mikołaj Świątek <[email protected]>
  • Loading branch information
crossoverJie and swiatekm authored Apr 2, 2024
1 parent 50ab7a2 commit bac91bf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion apis/v1alpha1/instrumentation_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ import (

// InstrumentationSpec defines the desired state of OpenTelemetry SDK and instrumentation.
type InstrumentationSpec struct {
// Selector is the selector label of injected Object
// Selector is the label selector for affected Pods.
// Unlike standard label selectors, `nil` means `everything`, and this is also the default.
// This may change in a future CRD version.
// +optional
Selector *metav1.LabelSelector `json:"selector,omitempty"`

Expand Down

0 comments on commit bac91bf

Please sign in to comment.