Skip to content

Commit

Permalink
fix gen-check and lint
Browse files Browse the repository at this point in the history
Signed-off-by: shawnh2 <[email protected]>
  • Loading branch information
shawnh2 committed Mar 7, 2024
1 parent bfe6079 commit c301d5a
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 21 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,24 +2,28 @@ backendTrafficPolicies:
- apiVersion: gateway.envoyproxy.io/v1alpha1
kind: BackendTrafficPolicy
metadata:
namespace: envoy-gateway
creationTimestamp: null
name: target-unknown-httproute
namespace: envoy-gateway
spec:
targetRef:
group: gateway.networking.k8s.io
kind: HTTPRoute
name: unknown-httproute
namespace: envoy-gateway
status: {}
- apiVersion: gateway.envoyproxy.io/v1alpha1
kind: BackendTrafficPolicy
metadata:
namespace: envoy-gateway
creationTimestamp: null
name: target-unknown-gateway
namespace: envoy-gateway
spec:
targetRef:
group: gateway.networking.k8s.io
kind: Gateway
name: unknown-gateway
namespace: envoy-gateway
infraIR:
xdsIR:
status: {}
infraIR: {}
xdsIR: {}
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,15 @@ clientTrafficPolicies:
- apiVersion: gateway.envoyproxy.io/v1alpha1
kind: ClientTrafficPolicy
metadata:
namespace: envoy-gateway
creationTimestamp: null
name: target-unknown-gateway
namespace: envoy-gateway
spec:
targetRef:
group: gateway.networking.k8s.io
kind: Gateway
name: unknown-gateway
namespace: envoy-gateway
infraIR:
xdsIR:
status: {}
infraIR: {}
xdsIR: {}
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,3 @@ envoyPatchPolicies:
kind: Gateway
name: unknown-gateway
namespace: envoy-gateway
jsonPatches:
- type: "type.googleapis.com/envoy.config.listener.v3.Listener"
name: "envoy-gateway-gateway-1-http"
operation:
op: replace
path: "/per_connection_buffer_limit_bytes"
value: "1024"
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
envoyPatchPolicies:
infraIR:
xdsIR:
infraIR: {}
xdsIR: {}
Original file line number Diff line number Diff line change
@@ -1,25 +1,29 @@
infraIR: {}
securityPolicies:
- apiVersion: gateway.envoyproxy.io/v1alpha1
kind: SecurityPolicy
metadata:
namespace: envoy-gateway
creationTimestamp: null
name: target-unknown-httproute
namespace: envoy-gateway
spec:
targetRef:
group: gateway.networking.k8s.io
kind: HTTPRoute
name: unknown-httproute
namespace: envoy-gateway
status: {}
- apiVersion: gateway.envoyproxy.io/v1alpha1
kind: SecurityPolicy
metadata:
namespace: envoy-gateway
creationTimestamp: null
name: target-unknown-gateway
namespace: envoy-gateway
spec:
targetRef:
group: gateway.networking.k8s.io
kind: Gateway
name: unknown-gateway
namespace: envoy-gateway
infraIR:
xdsIR:
status: {}
xdsIR: {}

0 comments on commit c301d5a

Please sign in to comment.