Skip to content

Commit 8663b82

Browse files
committed
f3
1 parent 065133b commit 8663b82

File tree

2 files changed

+0
-9
lines changed

2 files changed

+0
-9
lines changed

api/v1alpha1/backendtrafficpolicy_types.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,6 @@ type BackendTrafficPolicySpec struct {
1919
// Currently, Backends (i.e. Service, ServiceImport, or any
2020
// implementation-specific backendRef) are the only valid API
2121
// target references.
22-
// +listType=map
23-
// +listMapKey=group
24-
// +listMapKey=kind
25-
// +listMapKey=name
2622
// +kubebuilder:validation:MinItems=1
2723
// +kubebuilder:validation:MaxItems=16
2824
TargetRefs []BackendPolicyTargetReferenceWithSectionName `json:"targetRefs"`

config/crd/bases/gateway.apisix.io_backendtrafficpolicies.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -158,11 +158,6 @@ spec:
158158
maxItems: 16
159159
minItems: 1
160160
type: array
161-
x-kubernetes-list-map-keys:
162-
- group
163-
- kind
164-
- name
165-
x-kubernetes-list-type: map
166161
timeout:
167162
description: Timeout settings for the read, send and connect to the
168163
upstream.

0 commit comments

Comments
 (0)