build(deps): update k8s-openapi requirement from 0.20 to 0.22 #446
Annotations
7 errors
Run just features=all clippy:
home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/kube-runtime-0.87.2/src/finalizer.rs#L141
error[E0308]: mismatched types
--> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/kube-runtime-0.87.2/src/finalizer.rs:141:31
|
141 | path: finalizer_path.clone(),
| ^^^^^^^^^^^^^^^^^^^^^^ expected `Pointer`, found `String`
|
Run just features=all clippy:
home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/kube-runtime-0.87.2/src/finalizer.rs#L144
error[E0308]: mismatched types
--> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/kube-runtime-0.87.2/src/finalizer.rs:144:68
|
144 | PatchOperation::Remove(RemoveOperation { path: finalizer_path }),
| ^^^^^^^^^^^^^^ expected `Pointer`, found `String`
|
Run just features=all clippy:
home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/kube-runtime-0.87.2/src/finalizer.rs#L159
error[E0308]: mismatched types
--> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/kube-runtime-0.87.2/src/finalizer.rs:159:31
|
159 | path: "/metadata/finalizers".to_string(),
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `Pointer`, found `String`
|
Run just features=all clippy:
home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/kube-runtime-0.87.2/src/finalizer.rs#L163
error[E0308]: mismatched types
--> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/kube-runtime-0.87.2/src/finalizer.rs:163:31
|
163 | path: "/metadata/finalizers".to_string(),
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `Pointer`, found `String`
|
Run just features=all clippy:
home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/kube-runtime-0.87.2/src/finalizer.rs#L173
error[E0308]: mismatched types
--> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/kube-runtime-0.87.2/src/finalizer.rs:173:31
|
173 | path: "/metadata/finalizers".to_string(),
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `Pointer`, found `String`
|
Run just features=all clippy:
home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/kube-runtime-0.87.2/src/finalizer.rs#L177
error[E0308]: mismatched types
--> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/kube-runtime-0.87.2/src/finalizer.rs:177:31
|
177 | path: "/metadata/finalizers/-".to_string(),
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `Pointer`, found `String`
|
Run just features=all clippy
Process completed with exit code 1.
|
Loading