feat(proto-config): Add http protocol configuration #2627
Annotations
7 errors
check:
policy-controller/k8s/index/src/outbound/index.rs#L235
error[E0308]: mismatched types
--> policy-controller/k8s/index/src/outbound/index.rs:235:55
|
235 | ... AppProtocol::from(p.as_str()),
| ----------------- ^^^^^^^^^^ expected `AppProtocol`, found `&str`
| |
| arguments to this function are incorrect
|
note: associated function defined here
--> /rustc/90b35a6239c3d8bdabc530a6a0816f7ff89a0aaf/library/core/src/convert/mod.rs:585:8
|
check:
policy-controller/k8s/index/src/outbound/index.rs#L235
error[E0308]: mismatched types
--> policy-controller/k8s/index/src/outbound/index.rs:235:55
|
235 | ... AppProtocol::from(p.as_str()),
| ----------------- ^^^^^^^^^^ expected `AppProtocol`, found `&str`
| |
| arguments to this function are incorrect
|
note: associated function defined here
--> /rustc/90b35a6239c3d8bdabc530a6a0816f7ff89a0aaf/library/core/src/convert/mod.rs:585:8
|
check
Process completed with exit code 1.
|
clippy:
policy-controller/k8s/index/src/outbound/index.rs#L235
error[E0308]: mismatched types
--> policy-controller/k8s/index/src/outbound/index.rs:235:55
|
235 | ... AppProtocol::from(p.as_str()),
| ----------------- ^^^^^^^^^^ expected `AppProtocol`, found `&str`
| |
| arguments to this function are incorrect
|
note: associated function defined here
--> /rustc/90b35a6239c3d8bdabc530a6a0816f7ff89a0aaf/library/core/src/convert/mod.rs:585:8
|
clippy:
policy-controller/k8s/index/src/outbound/index.rs#L235
error[E0308]: mismatched types
--> policy-controller/k8s/index/src/outbound/index.rs:235:55
|
235 | ... AppProtocol::from(p.as_str()),
| ----------------- ^^^^^^^^^^ expected `AppProtocol`, found `&str`
| |
| arguments to this function are incorrect
|
note: associated function defined here
--> /rustc/90b35a6239c3d8bdabc530a6a0816f7ff89a0aaf/library/core/src/convert/mod.rs:585:8
|
clippy
Process completed with exit code 1.
|
test
Process completed with exit code 101.
|