Skip to content

Commit

Permalink
Update apis/v1beta1/opentelemetrycollector_types.go
Browse files Browse the repository at this point in the history
  • Loading branch information
matthagenbuch committed May 20, 2024
1 parent c06ab53 commit b25e45f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apis/v1beta1/opentelemetrycollector_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ type OpenTelemetryCollectorSpec struct {
// Defaults to 3. The minimum value is 1.
// +optional
// +kubebuilder:default:=3
// +kubebuilder:validation:Minimum:=1
ConfigVersions *int32 `json:"configVersions,omitempty"`
// Ingress is used to specify how OpenTelemetry Collector is exposed. This
// functionality is only available if one of the valid modes is set.
Expand Down

0 comments on commit b25e45f

Please sign in to comment.