diff --git a/api/observability/v1alpha1/loki_limit_types.go b/api/observability/v1alpha1/loki_limit_types.go index b51329c..090d2c4 100644 --- a/api/observability/v1alpha1/loki_limit_types.go +++ b/api/observability/v1alpha1/loki_limit_types.go @@ -193,8 +193,6 @@ type StreamRetention struct { Selector *string `yaml:"selector,omitempty" json:"selector,omitempty"` } -type StreamRetentionInput StreamRetention - type ShardstreamsConfig struct { // +kubebuilder:validation:Optional Enabled *bool `yaml:"enabled,omitempty" json:"enabled,omitempty"` @@ -207,8 +205,6 @@ type ShardstreamsConfig struct { DesiredRate *uint64 `yaml:"desired_rate,omitempty" json:"desired_rate,omitempty"` } -type ShardstreamsConfigInput ShardstreamsConfig - type BlockedQuery struct { // +kubebuilder:validation:Optional Pattern *string `yaml:"pattern,omitempty" json:"pattern,omitempty"` diff --git a/api/observability/v1alpha1/zz_generated.deepcopy.go b/api/observability/v1alpha1/zz_generated.deepcopy.go index de69c57..80bb35f 100644 --- a/api/observability/v1alpha1/zz_generated.deepcopy.go +++ b/api/observability/v1alpha1/zz_generated.deepcopy.go @@ -2618,36 +2618,6 @@ func (in *ShardstreamsConfig) DeepCopy() *ShardstreamsConfig { return out } -// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. -func (in *ShardstreamsConfigInput) DeepCopyInto(out *ShardstreamsConfigInput) { - *out = *in - if in.Enabled != nil { - in, out := &in.Enabled, &out.Enabled - *out = new(bool) - **out = **in - } - if in.LoggingEnabled != nil { - in, out := &in.LoggingEnabled, &out.LoggingEnabled - *out = new(bool) - **out = **in - } - if in.DesiredRate != nil { - in, out := &in.DesiredRate, &out.DesiredRate - *out = new(uint64) - **out = **in - } -} - -// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ShardstreamsConfigInput. -func (in *ShardstreamsConfigInput) DeepCopy() *ShardstreamsConfigInput { - if in == nil { - return nil - } - out := new(ShardstreamsConfigInput) - in.DeepCopyInto(out) - return out -} - // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. func (in *SigV4Config) DeepCopyInto(out *SigV4Config) { *out = *in @@ -2718,36 +2688,6 @@ func (in *StreamRetention) DeepCopy() *StreamRetention { return out } -// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. -func (in *StreamRetentionInput) DeepCopyInto(out *StreamRetentionInput) { - *out = *in - if in.Period != nil { - in, out := &in.Period, &out.Period - *out = new(v1.Duration) - **out = **in - } - if in.Priority != nil { - in, out := &in.Priority, &out.Priority - *out = new(int) - **out = **in - } - if in.Selector != nil { - in, out := &in.Selector, &out.Selector - *out = new(string) - **out = **in - } -} - -// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new StreamRetentionInput. -func (in *StreamRetentionInput) DeepCopy() *StreamRetentionInput { - if in == nil { - return nil - } - out := new(StreamRetentionInput) - in.DeepCopyInto(out) - return out -} - // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. func (in *TempoLimits) DeepCopyInto(out *TempoLimits) { *out = *in