Skip to content

Commit

Permalink
fix cel tests
Browse files Browse the repository at this point in the history
Signed-off-by: Huabing Zhao <[email protected]>
  • Loading branch information
zhaohuabing committed Jan 8, 2025
1 parent ff01e8c commit f676e62
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion internal/ir/xds.go
Original file line number Diff line number Diff line change
Expand Up @@ -756,7 +756,7 @@ type HeaderBasedSessionPersistence struct {
// +k8s:deepcopy-gen=true
type Compression struct {
// Type of compression to be used.
Type egv1a1.CompressorType `json:"type,omitempty" yaml:"type,omitempty"`
Type egv1a1.CompressorType `json:"type" yaml:"type"`
}

// TrafficFeatures holds the information associated with the Backend Traffic Policy.
Expand Down
4 changes: 2 additions & 2 deletions tools/make/kube.mk
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# ENVTEST_K8S_VERSION refers to the version of kubebuilder assets to be downloaded by envtest binary.
# To know the available versions check:
# - https://github.com/kubernetes-sigs/controller-tools/blob/main/envtest-releases.yaml
ENVTEST_K8S_VERSION ?= 1.28.3
ENVTEST_K8S_VERSION ?= 1.29.4
# Need run cel validation across multiple versions of k8s
ENVTEST_K8S_VERSIONS ?= v1.29.10 v1.30.6 v1.31.4 v1.32.0
ENVTEST_K8S_VERSIONS ?= 1.29.4 1.30.3 1.31.0 1.32.0

# GATEWAY_API_VERSION refers to the version of Gateway API CRDs.
# For more details, see https://gateway-api.sigs.k8s.io/guides/getting-started/#installing-gateway-api
Expand Down

0 comments on commit f676e62

Please sign in to comment.