build(deps): bump gateway-api from 0.14.2 to 0.15.0 #2770
Annotations
9 errors
Run just rs-check-dirs
Process completed with exit code 1.
|
Run just rs-check-dirs:
policy-test/src/test_route.rs#L629
error[E0277]: the trait bound `TCPRoute: k8s_openapi::Metadata` is not satisfied
--> policy-test/src/test_route.rs:629:20
|
629 | impl TestRoute for gateway::TCPRoute {
| ^^^^^^^^^^^^^^^^^ the trait `k8s_openapi::Metadata` is not implemented for `TCPRoute`, which is required by `TCPRoute: linkerd_policy_controller_k8s_api::Resource`
|
= help: the following other types implement trait `k8s_openapi::Metadata`:
APIService
Binding
CSIDriver
CSINode
CSIStorageCapacity
CertificateSigningRequest
ClusterRole
ClusterRoleBinding
and 77 others
= note: required for `TCPRoute` to implement `linkerd_policy_controller_k8s_api::Resource`
|
Run just rs-check-dirs:
policy-test/src/test_route.rs#L485
error[E0277]: the trait bound `TLSRoute: k8s_openapi::Metadata` is not satisfied
--> policy-test/src/test_route.rs:485:20
|
485 | impl TestRoute for gateway::TLSRoute {
| ^^^^^^^^^^^^^^^^^ the trait `k8s_openapi::Metadata` is not implemented for `TLSRoute`, which is required by `TLSRoute: linkerd_policy_controller_k8s_api::Resource`
|
= help: the following other types implement trait `k8s_openapi::Metadata`:
APIService
Binding
CSIDriver
CSINode
CSIStorageCapacity
CertificateSigningRequest
ClusterRole
ClusterRoleBinding
and 77 others
= note: required for `TLSRoute` to implement `linkerd_policy_controller_k8s_api::Resource`
|
Run just rs-check-dirs:
policy-test/src/test_route.rs#L336
error[E0277]: the trait bound `GRPCRoute: k8s_openapi::Metadata` is not satisfied
--> policy-test/src/test_route.rs:336:20
|
336 | impl TestRoute for gateway::GRPCRoute {
| ^^^^^^^^^^^^^^^^^^ the trait `k8s_openapi::Metadata` is not implemented for `GRPCRoute`, which is required by `GRPCRoute: linkerd_policy_controller_k8s_api::Resource`
|
= help: the following other types implement trait `k8s_openapi::Metadata`:
APIService
Binding
CSIDriver
CSINode
CSIStorageCapacity
CertificateSigningRequest
ClusterRole
ClusterRoleBinding
and 77 others
= note: required for `GRPCRoute` to implement `linkerd_policy_controller_k8s_api::Resource`
|
Run just rs-check-dirs:
policy-test/src/test_route.rs#L85
error[E0277]: the trait bound `HTTPRoute: k8s_openapi::Metadata` is not satisfied
--> policy-test/src/test_route.rs:85:20
|
85 | impl TestRoute for gateway::HTTPRoute {
| ^^^^^^^^^^^^^^^^^^ the trait `k8s_openapi::Metadata` is not implemented for `HTTPRoute`, which is required by `HTTPRoute: linkerd_policy_controller_k8s_api::Resource`
|
= help: the following other types implement trait `k8s_openapi::Metadata`:
APIService
Binding
CSIDriver
CSINode
CSIStorageCapacity
CertificateSigningRequest
ClusterRole
ClusterRoleBinding
and 77 others
= note: required for `HTTPRoute` to implement `linkerd_policy_controller_k8s_api::Resource`
|
Run just rs-check-dirs:
policy-test/src/lib.rs#L326
error[E0277]: the trait bound `TCPRoute: k8s_openapi::Metadata` is not satisfied
--> policy-test/src/lib.rs:326:24
|
326 | let route_status = await_condition(
| ________________________^
327 | | client,
328 | | ns,
329 | | name,
... |
332 | | },
333 | | )
| |_____^ the trait `k8s_openapi::Metadata` is not implemented for `TCPRoute`, which is required by `TCPRoute: linkerd_policy_controller_k8s_api::Resource`
|
= help: the following other types implement trait `k8s_openapi::Metadata`:
APIService
Binding
CSIDriver
CSINode
CSIStorageCapacity
CertificateSigningRequest
ClusterRole
ClusterRoleBinding
and 77 others
= note: required for `TCPRoute` to implement `linkerd_policy_controller_k8s_api::Resource`
|
Run just rs-check-dirs:
policy-test/src/lib.rs#L303
error[E0277]: the trait bound `TLSRoute: k8s_openapi::Metadata` is not satisfied
--> policy-test/src/lib.rs:303:24
|
303 | let route_status = await_condition(
| ________________________^
304 | | client,
305 | | ns,
306 | | name,
... |
309 | | },
310 | | )
| |_____^ the trait `k8s_openapi::Metadata` is not implemented for `TLSRoute`, which is required by `TLSRoute: linkerd_policy_controller_k8s_api::Resource`
|
= help: the following other types implement trait `k8s_openapi::Metadata`:
APIService
Binding
CSIDriver
CSINode
CSIStorageCapacity
CertificateSigningRequest
ClusterRole
ClusterRoleBinding
and 77 others
= note: required for `TLSRoute` to implement `linkerd_policy_controller_k8s_api::Resource`
|
Run just rs-check-dirs:
policy-test/src/lib.rs#L280
error[E0277]: the trait bound `GRPCRoute: k8s_openapi::Metadata` is not satisfied
--> policy-test/src/lib.rs:280:24
|
280 | let route_status = await_condition(
| ________________________^
281 | | client,
282 | | ns,
283 | | name,
... |
286 | | },
287 | | )
| |_____^ the trait `k8s_openapi::Metadata` is not implemented for `GRPCRoute`, which is required by `GRPCRoute: linkerd_policy_controller_k8s_api::Resource`
|
= help: the following other types implement trait `k8s_openapi::Metadata`:
APIService
Binding
CSIDriver
CSINode
CSIStorageCapacity
CertificateSigningRequest
ClusterRole
ClusterRoleBinding
and 77 others
= note: required for `GRPCRoute` to implement `linkerd_policy_controller_k8s_api::Resource`
|
Run just rs-check-dirs:
policy-test/src/lib.rs#L235
error[E0277]: the trait bound `HTTPRoute: k8s_openapi::Metadata` is not satisfied
--> policy-test/src/lib.rs:235:24
|
235 | let route_status = await_condition(
| ________________________^
236 | | client,
237 | | ns,
238 | | name,
... |
241 | | },
242 | | )
| |_____^ the trait `k8s_openapi::Metadata` is not implemented for `HTTPRoute`, which is required by `HTTPRoute: linkerd_policy_controller_k8s_api::Resource`
|
= help: the following other types implement trait `k8s_openapi::Metadata`:
APIService
Binding
CSIDriver
CSINode
CSIStorageCapacity
CertificateSigningRequest
ClusterRole
ClusterRoleBinding
and 77 others
= note: required for `HTTPRoute` to implement `linkerd_policy_controller_k8s_api::Resource`
|
Loading