Skip to content

Commit

Permalink
add caseSensitiveHttpHeaders to appolicy crd (#3133)
Browse files Browse the repository at this point in the history
  • Loading branch information
galitskiy authored Oct 10, 2022
1 parent f78e323 commit 184eb94
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 6 deletions.
2 changes: 1 addition & 1 deletion deployments/common/crds/appprotect.f5.com_aplogconfs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.4.0
controller-gen.kubebuilder.io/version: v0.10.0
creationTimestamp: null
name: aplogconfs.appprotect.f5.com
spec:
Expand Down
4 changes: 3 additions & 1 deletion deployments/common/crds/appprotect.f5.com_appolicies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.4.0
controller-gen.kubebuilder.io/version: v0.10.0
creationTimestamp: null
name: appolicies.appprotect.f5.com
spec:
Expand Down Expand Up @@ -334,6 +334,8 @@ spec:
type: object
settings:
properties:
caseSensitiveHttpHeaders:
type: boolean
isEnabled:
type: boolean
type: object
Expand Down
2 changes: 1 addition & 1 deletion deployments/common/crds/appprotect.f5.com_apusersigs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.4.0
controller-gen.kubebuilder.io/version: v0.10.0
creationTimestamp: null
name: apusersigs.appprotect.f5.com
spec:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.4.0
controller-gen.kubebuilder.io/version: v0.10.0
creationTimestamp: null
name: aplogconfs.appprotect.f5.com
spec:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.4.0
controller-gen.kubebuilder.io/version: v0.10.0
creationTimestamp: null
name: appolicies.appprotect.f5.com
spec:
Expand Down Expand Up @@ -334,6 +334,8 @@ spec:
type: object
settings:
properties:
caseSensitiveHttpHeaders:
type: boolean
isEnabled:
type: boolean
type: object
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.4.0
controller-gen.kubebuilder.io/version: v0.10.0
creationTimestamp: null
name: apusersigs.appprotect.f5.com
spec:
Expand Down

0 comments on commit 184eb94

Please sign in to comment.