Skip to content

policy(feat): GrpcRoute index support #1879

policy(feat): GrpcRoute index support

policy(feat): GrpcRoute index support #1879

Triggered via pull request May 9, 2024 20:38
Status Failure
Total duration 3m 44s
Artifacts

rust.yml

on: pull_request
Matrix: audit
Fit to window
Zoom out
Zoom in

Annotations

7 errors
fmt
Process completed with exit code 1.
check: policy-controller/k8s/index/src/inbound/index/metrics.rs#L123
error[E0609]: no field `http_routes` on type `PolicyIndex` --> policy-controller/k8s/index/src/inbound/index/metrics.rs:123:60 | 123 | let http_routes = ConstGauge::new(index.policy.http_routes.len() as u32); | ^^^^^^^^^^^ unknown field | = note: available fields are: `namespace`, `cluster_info`, `servers`, `server_authorizations`, `authorization_policies`, `routes`
check
Process completed with exit code 1.
clippy: policy-controller/k8s/index/src/inbound/index/metrics.rs#L123
error[E0609]: no field `http_routes` on type `inbound::index::PolicyIndex` --> policy-controller/k8s/index/src/inbound/index/metrics.rs:123:60 | 123 | let http_routes = ConstGauge::new(index.policy.http_routes.len() as u32); | ^^^^^^^^^^^ unknown field | = note: available fields are: `namespace`, `cluster_info`, `servers`, `server_authorizations`, `authorization_policies`, `routes`
clippy: policy-controller/k8s/index/src/inbound/index/metrics.rs#L123
error[E0609]: no field `http_routes` on type `inbound::index::PolicyIndex` --> policy-controller/k8s/index/src/inbound/index/metrics.rs:123:60 | 123 | let http_routes = ConstGauge::new(index.policy.http_routes.len() as u32); | ^^^^^^^^^^^ unknown field | = note: available fields are: `namespace`, `cluster_info`, `servers`, `server_authorizations`, `authorization_policies`, `routes`
clippy
Process completed with exit code 1.
test
Process completed with exit code 101.