Doc cleanup for label selectors #3325
Annotations
10 warnings
unused import: `stream::Stream`:
kube-client/src/client/body.rs#L9
warning: unused import: `stream::Stream`
--> kube-client/src/client/body.rs:9:15
|
9 | use futures::{stream::Stream, TryStreamExt};
| ^^^^^^^^^^^^^^
|
unused import: `TryStreamExt`:
kube-client/src/client/body.rs#L9
warning: unused import: `TryStreamExt`
--> kube-client/src/client/body.rs:9:31
|
9 | use futures::{stream::Stream, TryStreamExt};
| ^^^^^^^^^^^^
|
use of deprecated method `hyper_rustls::HttpsConnectorBuilder::<hyper_rustls::builderstates::WantsProtocols1>::with_server_name`: use Self::with_server_name_resolver with FixedServerNameResolver instead:
kube-client/src/client/config_ext.rs#L236
warning: use of deprecated method `hyper_rustls::HttpsConnectorBuilder::<hyper_rustls::builderstates::WantsProtocols1>::with_server_name`: use Self::with_server_name_resolver with FixedServerNameResolver instead
--> kube-client/src/client/config_ext.rs:236:31
|
236 | builder = builder.with_server_name(tsn.clone());
| ^^^^^^^^^^^^^^^^
|
= note: `#[warn(deprecated)]` on by default
|
unused import: `BodyStream`:
kube-client/src/client/body.rs#L11
warning: unused import: `BodyStream`
--> kube-client/src/client/body.rs:11:59
|
11 | use http_body_util::{combinators::UnsyncBoxBody, BodyExt, BodyStream};
| ^^^^^^^^^^
|
= note: `#[warn(unused_imports)]` on by default
|
clippy_nightly
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1, actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
clippy_nightly
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions-rs/toolchain@v1, actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
clippy_nightly
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
clippy_nightly
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
clippy_nightly
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
clippy_nightly
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|