Skip to content

Commit 0f2d400

Browse files
committed
Add SnippetFilter CRD (#2472)
Problem: User wants to define a CRD for snippetsFilter to apply custom nginx configurations Solution: Defined a CRD for snippetsFilter
1 parent 40e5852 commit 0f2d400

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

apis/v1alpha1/snippetsfilter_types.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,10 @@ type Snippet struct {
5252
Context NginxContext `json:"context"`
5353

5454
// Value is the NGINX configuration snippet.
55+
<<<<<<< HEAD
5556
// +kubebuilder:validation:MinLength=1
57+
=======
58+
>>>>>>> 88885187 (Add SnippetFilter CRD (#2472))
5659
Value string `json:"value"`
5760
}
5861

0 commit comments

Comments
 (0)