build(deps): bump gateway-api from 0.14.2 to 0.15.0 #2770
Annotations
10 errors
Run just rs-clippy:
policy-test/src/lib.rs#L280
error[E0277]: the trait bound `linkerd_policy_controller_k8s_api::gateway::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 `linkerd_policy_controller_k8s_api::gateway::GRPCRoute`, which is required by `linkerd_policy_controller_k8s_api::gateway::GRPCRoute: linkerd_policy_controller_k8s_api::Resource`
|
= help: the following other types implement trait `k8s_openapi::Metadata`:
k8s_openapi::List<T>
k8s_openapi::api::admissionregistration::v1::MutatingWebhookConfiguration
k8s_openapi::api::admissionregistration::v1::ValidatingAdmissionPolicy
k8s_openapi::api::admissionregistration::v1::ValidatingAdmissionPolicyBinding
k8s_openapi::api::admissionregistration::v1::ValidatingWebhookConfiguration
k8s_openapi::api::admissionregistration::v1alpha1::ValidatingAdmissionPolicy
k8s_openapi::api::admissionregistration::v1alpha1::ValidatingAdmissionPolicyBinding
k8s_openapi::api::admissionregistration::v1beta1::ValidatingAdmissionPolicy
and 77 others
= note: required for `linkerd_policy_controller_k8s_api::gateway::GRPCRoute` to implement `linkerd_policy_controller_k8s_api::Resource`
|
Run just rs-clippy:
policy-test/src/lib.rs#L235
error[E0277]: the trait bound `linkerd_policy_controller_k8s_api::gateway::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 `linkerd_policy_controller_k8s_api::gateway::HTTPRoute`, which is required by `linkerd_policy_controller_k8s_api::gateway::HTTPRoute: linkerd_policy_controller_k8s_api::Resource`
|
= help: the following other types implement trait `k8s_openapi::Metadata`:
k8s_openapi::List<T>
k8s_openapi::api::admissionregistration::v1::MutatingWebhookConfiguration
k8s_openapi::api::admissionregistration::v1::ValidatingAdmissionPolicy
k8s_openapi::api::admissionregistration::v1::ValidatingAdmissionPolicyBinding
k8s_openapi::api::admissionregistration::v1::ValidatingWebhookConfiguration
k8s_openapi::api::admissionregistration::v1alpha1::ValidatingAdmissionPolicy
k8s_openapi::api::admissionregistration::v1alpha1::ValidatingAdmissionPolicyBinding
k8s_openapi::api::admissionregistration::v1beta1::ValidatingAdmissionPolicy
and 77 others
= note: required for `linkerd_policy_controller_k8s_api::gateway::HTTPRoute` to implement `linkerd_policy_controller_k8s_api::Resource`
|
Run just rs-clippy:
policy-controller/k8s/status/src/index.rs#L284
error[E0277]: the trait bound `linkerd_policy_controller_k8s_api::gateway::TLSRoute: linkerd_policy_controller_k8s_api::Resource` is not satisfied
--> policy-controller/k8s/status/src/index.rs:284:45
|
284 | } else if id.is_a::<gateway::TLSRoute>() {
| ---- ^^^^^^^^^^^^^^^^^ the trait `k8s_openapi::_resource::Metadata` is not implemented for `linkerd_policy_controller_k8s_api::gateway::TLSRoute`, which is required by `linkerd_policy_controller_k8s_api::gateway::TLSRoute: linkerd_policy_controller_k8s_api::Resource`
| |
| required by a bound introduced by this call
|
= help: the following other types implement trait `k8s_openapi::_resource::Metadata`:
k8s_openapi::v1_31::apiextensions_apiserver::pkg::apis::apiextensions::v1::custom_resource_definition::CustomResourceDefinition
k8s_openapi::v1_31::kube_aggregator::pkg::apis::apiregistration::v1::api_service::APIService
k8s_openapi::v1_31::list::List<T>
kubert::client::kube_core::subresource::Scale
linkerd_policy_controller_k8s_api::Endpoints
linkerd_policy_controller_k8s_api::Lease
linkerd_policy_controller_k8s_api::Namespace
linkerd_policy_controller_k8s_api::Node
and 77 others
= note: required for `linkerd_policy_controller_k8s_api::gateway::TLSRoute` to implement `linkerd_policy_controller_k8s_api::Resource`
note: required by a bound in `resource_id::NamespaceGroupKindName::is_a`
--> policy-controller/k8s/status/src/resource_id.rs:46:12
|
44 | pub fn is_a<K>(&self) -> bool
| ---- required by a bound in this associated function
45 | where
46 | K: Resource<DynamicType = ()>,
| ^^^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `NamespaceGroupKindName::is_a`
|
Run just rs-clippy:
policy-controller/k8s/status/src/index.rs#L284
error[E0277]: the trait bound `linkerd_policy_controller_k8s_api::gateway::TLSRoute: linkerd_policy_controller_k8s_api::Resource` is not satisfied
--> policy-controller/k8s/status/src/index.rs:284:45
|
284 | } else if id.is_a::<gateway::TLSRoute>() {
| ---- ^^^^^^^^^^^^^^^^^ the trait `k8s_openapi::_resource::Metadata` is not implemented for `linkerd_policy_controller_k8s_api::gateway::TLSRoute`, which is required by `linkerd_policy_controller_k8s_api::gateway::TLSRoute: linkerd_policy_controller_k8s_api::Resource`
| |
| required by a bound introduced by this call
|
= help: the following other types implement trait `k8s_openapi::_resource::Metadata`:
k8s_openapi::v1_31::apiextensions_apiserver::pkg::apis::apiextensions::v1::custom_resource_definition::CustomResourceDefinition
k8s_openapi::v1_31::kube_aggregator::pkg::apis::apiregistration::v1::api_service::APIService
k8s_openapi::v1_31::list::List<T>
kubert::client::kube_core::subresource::Scale
linkerd_policy_controller_k8s_api::Endpoints
linkerd_policy_controller_k8s_api::Lease
linkerd_policy_controller_k8s_api::Namespace
linkerd_policy_controller_k8s_api::Node
and 77 others
= note: required for `linkerd_policy_controller_k8s_api::gateway::TLSRoute` to implement `linkerd_policy_controller_k8s_api::Resource`
note: required by a bound in `resource_id::NamespaceGroupKindName::is_a`
--> policy-controller/k8s/status/src/resource_id.rs:46:12
|
44 | pub fn is_a<K>(&self) -> bool
| ---- required by a bound in this associated function
45 | where
46 | K: Resource<DynamicType = ()>,
| ^^^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `NamespaceGroupKindName::is_a`
|
Run just rs-clippy:
policy-controller/k8s/status/src/index.rs#L282
error[E0277]: the trait bound `linkerd_policy_controller_k8s_api::gateway::TCPRoute: linkerd_policy_controller_k8s_api::Resource` is not satisfied
--> policy-controller/k8s/status/src/index.rs:282:45
|
282 | } else if id.is_a::<gateway::TCPRoute>() {
| ---- ^^^^^^^^^^^^^^^^^ the trait `k8s_openapi::_resource::Metadata` is not implemented for `linkerd_policy_controller_k8s_api::gateway::TCPRoute`, which is required by `linkerd_policy_controller_k8s_api::gateway::TCPRoute: linkerd_policy_controller_k8s_api::Resource`
| |
| required by a bound introduced by this call
|
= help: the following other types implement trait `k8s_openapi::_resource::Metadata`:
k8s_openapi::v1_31::apiextensions_apiserver::pkg::apis::apiextensions::v1::custom_resource_definition::CustomResourceDefinition
k8s_openapi::v1_31::kube_aggregator::pkg::apis::apiregistration::v1::api_service::APIService
k8s_openapi::v1_31::list::List<T>
kubert::client::kube_core::subresource::Scale
linkerd_policy_controller_k8s_api::Endpoints
linkerd_policy_controller_k8s_api::Lease
linkerd_policy_controller_k8s_api::Namespace
linkerd_policy_controller_k8s_api::Node
and 77 others
= note: required for `linkerd_policy_controller_k8s_api::gateway::TCPRoute` to implement `linkerd_policy_controller_k8s_api::Resource`
note: required by a bound in `resource_id::NamespaceGroupKindName::is_a`
--> policy-controller/k8s/status/src/resource_id.rs:46:12
|
44 | pub fn is_a<K>(&self) -> bool
| ---- required by a bound in this associated function
45 | where
46 | K: Resource<DynamicType = ()>,
| ^^^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `NamespaceGroupKindName::is_a`
|
Run just rs-clippy:
policy-controller/k8s/status/src/index.rs#L282
error[E0277]: the trait bound `linkerd_policy_controller_k8s_api::gateway::TCPRoute: linkerd_policy_controller_k8s_api::Resource` is not satisfied
--> policy-controller/k8s/status/src/index.rs:282:45
|
282 | } else if id.is_a::<gateway::TCPRoute>() {
| ---- ^^^^^^^^^^^^^^^^^ the trait `k8s_openapi::_resource::Metadata` is not implemented for `linkerd_policy_controller_k8s_api::gateway::TCPRoute`, which is required by `linkerd_policy_controller_k8s_api::gateway::TCPRoute: linkerd_policy_controller_k8s_api::Resource`
| |
| required by a bound introduced by this call
|
= help: the following other types implement trait `k8s_openapi::_resource::Metadata`:
k8s_openapi::v1_31::apiextensions_apiserver::pkg::apis::apiextensions::v1::custom_resource_definition::CustomResourceDefinition
k8s_openapi::v1_31::kube_aggregator::pkg::apis::apiregistration::v1::api_service::APIService
k8s_openapi::v1_31::list::List<T>
kubert::client::kube_core::subresource::Scale
linkerd_policy_controller_k8s_api::Endpoints
linkerd_policy_controller_k8s_api::Lease
linkerd_policy_controller_k8s_api::Namespace
linkerd_policy_controller_k8s_api::Node
and 77 others
= note: required for `linkerd_policy_controller_k8s_api::gateway::TCPRoute` to implement `linkerd_policy_controller_k8s_api::Resource`
note: required by a bound in `resource_id::NamespaceGroupKindName::is_a`
--> policy-controller/k8s/status/src/resource_id.rs:46:12
|
44 | pub fn is_a<K>(&self) -> bool
| ---- required by a bound in this associated function
45 | where
46 | K: Resource<DynamicType = ()>,
| ^^^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `NamespaceGroupKindName::is_a`
|
Run just rs-clippy:
policy-controller/k8s/status/src/index.rs#L280
error[E0277]: the trait bound `linkerd_policy_controller_k8s_api::gateway::GRPCRoute: linkerd_policy_controller_k8s_api::Resource` is not satisfied
--> policy-controller/k8s/status/src/index.rs:280:45
|
280 | } else if id.is_a::<gateway::GRPCRoute>() {
| ---- ^^^^^^^^^^^^^^^^^^ the trait `k8s_openapi::_resource::Metadata` is not implemented for `linkerd_policy_controller_k8s_api::gateway::GRPCRoute`, which is required by `linkerd_policy_controller_k8s_api::gateway::GRPCRoute: linkerd_policy_controller_k8s_api::Resource`
| |
| required by a bound introduced by this call
|
= help: the following other types implement trait `k8s_openapi::_resource::Metadata`:
k8s_openapi::v1_31::apiextensions_apiserver::pkg::apis::apiextensions::v1::custom_resource_definition::CustomResourceDefinition
k8s_openapi::v1_31::kube_aggregator::pkg::apis::apiregistration::v1::api_service::APIService
k8s_openapi::v1_31::list::List<T>
kubert::client::kube_core::subresource::Scale
linkerd_policy_controller_k8s_api::Endpoints
linkerd_policy_controller_k8s_api::Lease
linkerd_policy_controller_k8s_api::Namespace
linkerd_policy_controller_k8s_api::Node
and 77 others
= note: required for `linkerd_policy_controller_k8s_api::gateway::GRPCRoute` to implement `linkerd_policy_controller_k8s_api::Resource`
note: required by a bound in `resource_id::NamespaceGroupKindName::is_a`
--> policy-controller/k8s/status/src/resource_id.rs:46:12
|
44 | pub fn is_a<K>(&self) -> bool
| ---- required by a bound in this associated function
45 | where
46 | K: Resource<DynamicType = ()>,
| ^^^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `NamespaceGroupKindName::is_a`
|
Run just rs-clippy:
policy-controller/k8s/status/src/index.rs#L280
error[E0277]: the trait bound `linkerd_policy_controller_k8s_api::gateway::GRPCRoute: linkerd_policy_controller_k8s_api::Resource` is not satisfied
--> policy-controller/k8s/status/src/index.rs:280:45
|
280 | } else if id.is_a::<gateway::GRPCRoute>() {
| ---- ^^^^^^^^^^^^^^^^^^ the trait `k8s_openapi::_resource::Metadata` is not implemented for `linkerd_policy_controller_k8s_api::gateway::GRPCRoute`, which is required by `linkerd_policy_controller_k8s_api::gateway::GRPCRoute: linkerd_policy_controller_k8s_api::Resource`
| |
| required by a bound introduced by this call
|
= help: the following other types implement trait `k8s_openapi::_resource::Metadata`:
k8s_openapi::v1_31::apiextensions_apiserver::pkg::apis::apiextensions::v1::custom_resource_definition::CustomResourceDefinition
k8s_openapi::v1_31::kube_aggregator::pkg::apis::apiregistration::v1::api_service::APIService
k8s_openapi::v1_31::list::List<T>
kubert::client::kube_core::subresource::Scale
linkerd_policy_controller_k8s_api::Endpoints
linkerd_policy_controller_k8s_api::Lease
linkerd_policy_controller_k8s_api::Namespace
linkerd_policy_controller_k8s_api::Node
and 77 others
= note: required for `linkerd_policy_controller_k8s_api::gateway::GRPCRoute` to implement `linkerd_policy_controller_k8s_api::Resource`
note: required by a bound in `resource_id::NamespaceGroupKindName::is_a`
--> policy-controller/k8s/status/src/resource_id.rs:46:12
|
44 | pub fn is_a<K>(&self) -> bool
| ---- required by a bound in this associated function
45 | where
46 | K: Resource<DynamicType = ()>,
| ^^^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `NamespaceGroupKindName::is_a`
|
Run just rs-clippy:
policy-controller/k8s/status/src/index.rs#L278
error[E0277]: the trait bound `linkerd_policy_controller_k8s_api::gateway::HTTPRoute: linkerd_policy_controller_k8s_api::Resource` is not satisfied
--> policy-controller/k8s/status/src/index.rs:278:45
|
278 | } else if id.is_a::<gateway::HTTPRoute>() {
| ---- ^^^^^^^^^^^^^^^^^^ the trait `k8s_openapi::_resource::Metadata` is not implemented for `linkerd_policy_controller_k8s_api::gateway::HTTPRoute`, which is required by `linkerd_policy_controller_k8s_api::gateway::HTTPRoute: linkerd_policy_controller_k8s_api::Resource`
| |
| required by a bound introduced by this call
|
= help: the following other types implement trait `k8s_openapi::_resource::Metadata`:
k8s_openapi::v1_31::apiextensions_apiserver::pkg::apis::apiextensions::v1::custom_resource_definition::CustomResourceDefinition
k8s_openapi::v1_31::kube_aggregator::pkg::apis::apiregistration::v1::api_service::APIService
k8s_openapi::v1_31::list::List<T>
kubert::client::kube_core::subresource::Scale
linkerd_policy_controller_k8s_api::Endpoints
linkerd_policy_controller_k8s_api::Lease
linkerd_policy_controller_k8s_api::Namespace
linkerd_policy_controller_k8s_api::Node
and 77 others
= note: required for `linkerd_policy_controller_k8s_api::gateway::HTTPRoute` to implement `linkerd_policy_controller_k8s_api::Resource`
note: required by a bound in `resource_id::NamespaceGroupKindName::is_a`
--> policy-controller/k8s/status/src/resource_id.rs:46:12
|
44 | pub fn is_a<K>(&self) -> bool
| ---- required by a bound in this associated function
45 | where
46 | K: Resource<DynamicType = ()>,
| ^^^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `NamespaceGroupKindName::is_a`
|
Run just rs-clippy:
policy-controller/k8s/status/src/index.rs#L278
error[E0277]: the trait bound `linkerd_policy_controller_k8s_api::gateway::HTTPRoute: linkerd_policy_controller_k8s_api::Resource` is not satisfied
--> policy-controller/k8s/status/src/index.rs:278:45
|
278 | } else if id.is_a::<gateway::HTTPRoute>() {
| ---- ^^^^^^^^^^^^^^^^^^ the trait `k8s_openapi::_resource::Metadata` is not implemented for `linkerd_policy_controller_k8s_api::gateway::HTTPRoute`, which is required by `linkerd_policy_controller_k8s_api::gateway::HTTPRoute: linkerd_policy_controller_k8s_api::Resource`
| |
| required by a bound introduced by this call
|
= help: the following other types implement trait `k8s_openapi::_resource::Metadata`:
k8s_openapi::v1_31::apiextensions_apiserver::pkg::apis::apiextensions::v1::custom_resource_definition::CustomResourceDefinition
k8s_openapi::v1_31::kube_aggregator::pkg::apis::apiregistration::v1::api_service::APIService
k8s_openapi::v1_31::list::List<T>
kubert::client::kube_core::subresource::Scale
linkerd_policy_controller_k8s_api::Endpoints
linkerd_policy_controller_k8s_api::Lease
linkerd_policy_controller_k8s_api::Namespace
linkerd_policy_controller_k8s_api::Node
and 77 others
= note: required for `linkerd_policy_controller_k8s_api::gateway::HTTPRoute` to implement `linkerd_policy_controller_k8s_api::Resource`
note: required by a bound in `resource_id::NamespaceGroupKindName::is_a`
--> policy-controller/k8s/status/src/resource_id.rs:46:12
|
44 | pub fn is_a<K>(&self) -> bool
| ---- required by a bound in this associated function
45 | where
46 | K: Resource<DynamicType = ()>,
| ^^^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `NamespaceGroupKindName::is_a`
|
Loading