Skip to content

Commit

Permalink
fix: yet more types
Browse files Browse the repository at this point in the history
Signed-off-by: David van der Spek <[email protected]>
  • Loading branch information
davidspek committed Jul 14, 2023
1 parent 0a6dcfe commit beb7949
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
2 changes: 1 addition & 1 deletion api/observability/v1alpha1/tempo_limit_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ type PolicyMatch struct {
// +kubebuilder:validation:Enum=strict;regex
MatchType *MatchType `yaml:"match_type,omitempty" json:"match_type,omitempty"`
// +kubebuilder:validation:Optional
Attributes []*MatchPolicyAttribute `yaml:"attributes,omitempty" json:"attributes,omitempty"`
Attributes []MatchPolicyAttribute `yaml:"attributes,omitempty" json:"attributes,omitempty"`
}

type MatchPolicyAttribute struct {
Expand Down
8 changes: 2 additions & 6 deletions api/observability/v1alpha1/zz_generated.deepcopy.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit beb7949

Please sign in to comment.