openshift-openapi 0.3.1

Bindings for the OpenShift client API
Documentation
Build #1972141 2025-04-08 21:05:36
# rustc version
rustc 1.88.0-nightly (e643f59f6 2025-04-07)# docs.rs version
docsrs 0.6.0 (ee9a3fe6 2025-03-28)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace-builder/builds/openshift-openapi-0.3.1/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace-builder/builds/openshift-openapi-0.3.1/source:/opt/rustwide/workdir:ro,Z" "-v" "/home/cratesfyi/workspace-builder/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/home/cratesfyi/workspace-builder/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "DOCS_RS=1" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "6442450944" "--cpus" "6" "--user" "1001:1001" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0b074c097205a61b89e8ad263052f976b2b332c4dc5f02aef1fe52501660d6e" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--features" "v4_5" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20250407-1.88.0-nightly-e643f59f6\", \"--static-root-path\", \"/-/rustdoc.static/\", \"--cap-lints\", \"warn\", \"--extern-html-root-takes-precedence\"]" "--offline" "-Zunstable-options" "--config=doc.extern-map.registries.crates-io=\"https://docs.rs/{pkg_name}/{version}/x86_64-unknown-linux-gnu\"" "-Zrustdoc-scrape-examples" "-j6" "--target" "x86_64-unknown-linux-gnu", kill_on_drop: false }`
[INFO] [stdout] 5297838d9f5f6fea0072bcc8009350e8099c9caf301e3d526e4c2e5d7429f3e0
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] running `Command { std: "docker" "start" "-a" "5297838d9f5f6fea0072bcc8009350e8099c9caf301e3d526e4c2e5d7429f3e0", kill_on_drop: false }`
[INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op
[INFO] [stderr]  Documenting openshift-openapi v0.3.1 (/opt/rustwide/workdir)
[INFO] [stderr] warning: unresolved link to `api::core::v1::PodSpec`
[INFO] [stderr]    --> src/lib.rs:17:1
[INFO] [stderr]     |
[INFO] [stderr] 17  | / //! Bindings for the OpenShift client API, generated from the OpenAPI spec.
[INFO] [stderr] 18  | | //!
[INFO] [stderr] 19  | | //! Each supported version of OpenShift is represented by a feature name (like `v4_4`). Only one such feature can be enabled at a time.
[INFO] [stderr] 20  | | //! As this crate depends on the other Kubernetes APIs, it references the `k8s_openapi` crate for
[INFO] [stderr] ...   |
[INFO] [stderr] 451 | | //! The [`k8s-openapi-derive` crate](https://crates.io/crates/k8s-openapi-derive) provides a custom derive for generating clientsets
[INFO] [stderr] 452 | | //! for custom resources. See that crate's docs for more information.
[INFO] [stderr]     | |_____________________________________________________________________^
[INFO] [stderr]     |
[INFO] [stderr]     = note: the link appears in this line:
[INFO] [stderr]             
[INFO] [stderr]             This example creates an instance of [`api::core::v1::PodSpec`] with no other properties set, and pretty-prints it.
[INFO] [stderr]                                                  ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     = note: no item named `core` in module `api`
[INFO] [stderr]     = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `api::core::v1::Pod::list_namespaced_pod`
[INFO] [stderr]    --> src/lib.rs:17:1
[INFO] [stderr]     |
[INFO] [stderr] 17  | / //! Bindings for the OpenShift client API, generated from the OpenAPI spec.
[INFO] [stderr] 18  | | //!
[INFO] [stderr] 19  | | //! Each supported version of OpenShift is represented by a feature name (like `v4_4`). Only one such feature can be enabled at a time.
[INFO] [stderr] 20  | | //! As this crate depends on the other Kubernetes APIs, it references the `k8s_openapi` crate for
[INFO] [stderr] ...   |
[INFO] [stderr] 451 | | //! The [`k8s-openapi-derive` crate](https://crates.io/crates/k8s-openapi-derive) provides a custom derive for generating clientsets
[INFO] [stderr] 452 | | //! for custom resources. See that crate's docs for more information.
[INFO] [stderr]     | |_____________________________________________________________________^
[INFO] [stderr]     |
[INFO] [stderr]     = note: the link appears in this line:
[INFO] [stderr]             
[INFO] [stderr]             This example executes the [`api::core::v1::Pod::list_namespaced_pod`] API operation to list all pods inside a namespace.
[INFO] [stderr]                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     = note: no item named `core` in module `api`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `api::core::v1::Pod::list_namespaced_pod`
[INFO] [stderr]    --> src/lib.rs:17:1
[INFO] [stderr]     |
[INFO] [stderr] 17  | / //! Bindings for the OpenShift client API, generated from the OpenAPI spec.
[INFO] [stderr] 18  | | //!
[INFO] [stderr] 19  | | //! Each supported version of OpenShift is represented by a feature name (like `v4_4`). Only one such feature can be enabled at a time.
[INFO] [stderr] 20  | | //! As this crate depends on the other Kubernetes APIs, it references the `k8s_openapi` crate for
[INFO] [stderr] ...   |
[INFO] [stderr] 451 | | //! The [`k8s-openapi-derive` crate](https://crates.io/crates/k8s-openapi-derive) provides a custom derive for generating clientsets
[INFO] [stderr] 452 | | //! for custom resources. See that crate's docs for more information.
[INFO] [stderr]     | |_____________________________________________________________________^
[INFO] [stderr]     |
[INFO] [stderr]     = note: the link appears in this line:
[INFO] [stderr]             
[INFO] [stderr]                Specifically for the [`api::core::v1::Pod::list_namespaced_pod`] operation, the `namespace` parameter is required and taken by the function itself,
[INFO] [stderr]                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     = note: no item named `core` in module `api`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `ListOptional`
[INFO] [stderr]    --> src/lib.rs:17:1
[INFO] [stderr]     |
[INFO] [stderr] 17  | / //! Bindings for the OpenShift client API, generated from the OpenAPI spec.
[INFO] [stderr] 18  | | //!
[INFO] [stderr] 19  | | //! Each supported version of OpenShift is represented by a feature name (like `v4_4`). Only one such feature can be enabled at a time.
[INFO] [stderr] 20  | | //! As this crate depends on the other Kubernetes APIs, it references the `k8s_openapi` crate for
[INFO] [stderr] ...   |
[INFO] [stderr] 451 | | //! The [`k8s-openapi-derive` crate](https://crates.io/crates/k8s-openapi-derive) provides a custom derive for generating clientsets
[INFO] [stderr] 452 | | //! for custom resources. See that crate's docs for more information.
[INFO] [stderr]     | |_____________________________________________________________________^
[INFO] [stderr]     |
[INFO] [stderr]     = note: the link appears in this line:
[INFO] [stderr]             
[INFO] [stderr]                while other optional parameters like `field_selector` are fields of the [`ListOptional`] struct. An instance of
[INFO] [stderr]                                                                                         ^^^^^^^^^^^^^^
[INFO] [stderr]     = note: no item named `ListOptional` in scope
[INFO] [stderr]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `CreateOptional`
[INFO] [stderr]    --> src/lib.rs:17:1
[INFO] [stderr]     |
[INFO] [stderr] 17  | / //! Bindings for the OpenShift client API, generated from the OpenAPI spec.
[INFO] [stderr] 18  | | //!
[INFO] [stderr] 19  | | //! Each supported version of OpenShift is represented by a feature name (like `v4_4`). Only one such feature can be enabled at a time.
[INFO] [stderr] 20  | | //! As this crate depends on the other Kubernetes APIs, it references the `k8s_openapi` crate for
[INFO] [stderr] ...   |
[INFO] [stderr] 451 | | //! The [`k8s-openapi-derive` crate](https://crates.io/crates/k8s-openapi-derive) provides a custom derive for generating clientsets
[INFO] [stderr] 452 | | //! for custom resources. See that crate's docs for more information.
[INFO] [stderr]     | |_____________________________________________________________________^
[INFO] [stderr]     |
[INFO] [stderr]     = note: the link appears in this line:
[INFO] [stderr]             
[INFO] [stderr]                - All create API take optional parameters using the [`CreateOptional`] struct.
[INFO] [stderr]                                                                     ^^^^^^^^^^^^^^^^
[INFO] [stderr]     = note: no item named `CreateOptional` in scope
[INFO] [stderr]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `DeleteOptional`
[INFO] [stderr]    --> src/lib.rs:17:1
[INFO] [stderr]     |
[INFO] [stderr] 17  | / //! Bindings for the OpenShift client API, generated from the OpenAPI spec.
[INFO] [stderr] 18  | | //!
[INFO] [stderr] 19  | | //! Each supported version of OpenShift is represented by a feature name (like `v4_4`). Only one such feature can be enabled at a time.
[INFO] [stderr] 20  | | //! As this crate depends on the other Kubernetes APIs, it references the `k8s_openapi` crate for
[INFO] [stderr] ...   |
[INFO] [stderr] 451 | | //! The [`k8s-openapi-derive` crate](https://crates.io/crates/k8s-openapi-derive) provides a custom derive for generating clientsets
[INFO] [stderr] 452 | | //! for custom resources. See that crate's docs for more information.
[INFO] [stderr]     | |_____________________________________________________________________^
[INFO] [stderr]     |
[INFO] [stderr]     = note: the link appears in this line:
[INFO] [stderr]             
[INFO] [stderr]                - All delete API take optional parameters using the [`DeleteOptional`] struct.
[INFO] [stderr]                                                                     ^^^^^^^^^^^^^^^^
[INFO] [stderr]     = note: no item named `DeleteOptional` in scope
[INFO] [stderr]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `ListOptional`
[INFO] [stderr]    --> src/lib.rs:17:1
[INFO] [stderr]     |
[INFO] [stderr] 17  | / //! Bindings for the OpenShift client API, generated from the OpenAPI spec.
[INFO] [stderr] 18  | | //!
[INFO] [stderr] 19  | | //! Each supported version of OpenShift is represented by a feature name (like `v4_4`). Only one such feature can be enabled at a time.
[INFO] [stderr] 20  | | //! As this crate depends on the other Kubernetes APIs, it references the `k8s_openapi` crate for
[INFO] [stderr] ...   |
[INFO] [stderr] 451 | | //! The [`k8s-openapi-derive` crate](https://crates.io/crates/k8s-openapi-derive) provides a custom derive for generating clientsets
[INFO] [stderr] 452 | | //! for custom resources. See that crate's docs for more information.
[INFO] [stderr]     | |_____________________________________________________________________^
[INFO] [stderr]     |
[INFO] [stderr]     = note: the link appears in this line:
[INFO] [stderr]             
[INFO] [stderr]                - All list API take optional parameters using the [`ListOptional`] struct.
[INFO] [stderr]                                                                   ^^^^^^^^^^^^^^
[INFO] [stderr]     = note: no item named `ListOptional` in scope
[INFO] [stderr]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `PatchOptional`
[INFO] [stderr]    --> src/lib.rs:17:1
[INFO] [stderr]     |
[INFO] [stderr] 17  | / //! Bindings for the OpenShift client API, generated from the OpenAPI spec.
[INFO] [stderr] 18  | | //!
[INFO] [stderr] 19  | | //! Each supported version of OpenShift is represented by a feature name (like `v4_4`). Only one such feature can be enabled at a time.
[INFO] [stderr] 20  | | //! As this crate depends on the other Kubernetes APIs, it references the `k8s_openapi` crate for
[INFO] [stderr] ...   |
[INFO] [stderr] 451 | | //! The [`k8s-openapi-derive` crate](https://crates.io/crates/k8s-openapi-derive) provides a custom derive for generating clientsets
[INFO] [stderr] 452 | | //! for custom resources. See that crate's docs for more information.
[INFO] [stderr]     | |_____________________________________________________________________^
[INFO] [stderr]     |
[INFO] [stderr]     = note: the link appears in this line:
[INFO] [stderr]             
[INFO] [stderr]                - All patch API take optional parameters using the [`PatchOptional`] struct.
[INFO] [stderr]                                                                    ^^^^^^^^^^^^^^^
[INFO] [stderr]     = note: no item named `PatchOptional` in scope
[INFO] [stderr]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `ReplaceOptional`
[INFO] [stderr]    --> src/lib.rs:17:1
[INFO] [stderr]     |
[INFO] [stderr] 17  | / //! Bindings for the OpenShift client API, generated from the OpenAPI spec.
[INFO] [stderr] 18  | | //!
[INFO] [stderr] 19  | | //! Each supported version of OpenShift is represented by a feature name (like `v4_4`). Only one such feature can be enabled at a time.
[INFO] [stderr] 20  | | //! As this crate depends on the other Kubernetes APIs, it references the `k8s_openapi` crate for
[INFO] [stderr] ...   |
[INFO] [stderr] 451 | | //! The [`k8s-openapi-derive` crate](https://crates.io/crates/k8s-openapi-derive) provides a custom derive for generating clientsets
[INFO] [stderr] 452 | | //! for custom resources. See that crate's docs for more information.
[INFO] [stderr]     | |_____________________________________________________________________^
[INFO] [stderr]     |
[INFO] [stderr]     = note: the link appears in this line:
[INFO] [stderr]             
[INFO] [stderr]                - All replace API take optional parameters using the [`ReplaceOptional`] struct.
[INFO] [stderr]                                                                      ^^^^^^^^^^^^^^^^^
[INFO] [stderr]     = note: no item named `ReplaceOptional` in scope
[INFO] [stderr]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `WatchOptional`
[INFO] [stderr]    --> src/lib.rs:17:1
[INFO] [stderr]     |
[INFO] [stderr] 17  | / //! Bindings for the OpenShift client API, generated from the OpenAPI spec.
[INFO] [stderr] 18  | | //!
[INFO] [stderr] 19  | | //! Each supported version of OpenShift is represented by a feature name (like `v4_4`). Only one such feature can be enabled at a time.
[INFO] [stderr] 20  | | //! As this crate depends on the other Kubernetes APIs, it references the `k8s_openapi` crate for
[INFO] [stderr] ...   |
[INFO] [stderr] 451 | | //! The [`k8s-openapi-derive` crate](https://crates.io/crates/k8s-openapi-derive) provides a custom derive for generating clientsets
[INFO] [stderr] 452 | | //! for custom resources. See that crate's docs for more information.
[INFO] [stderr]     | |_____________________________________________________________________^
[INFO] [stderr]     |
[INFO] [stderr]     = note: the link appears in this line:
[INFO] [stderr]             
[INFO] [stderr]                - All watch API take optional parameters using the [`WatchOptional`] struct.
[INFO] [stderr]                                                                    ^^^^^^^^^^^^^^^
[INFO] [stderr]     = note: no item named `WatchOptional` in scope
[INFO] [stderr]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `DeleteOptional`
[INFO] [stderr]    --> src/lib.rs:17:1
[INFO] [stderr]     |
[INFO] [stderr] 17  | / //! Bindings for the OpenShift client API, generated from the OpenAPI spec.
[INFO] [stderr] 18  | | //!
[INFO] [stderr] 19  | | //! Each supported version of OpenShift is represented by a feature name (like `v4_4`). Only one such feature can be enabled at a time.
[INFO] [stderr] 20  | | //! As this crate depends on the other Kubernetes APIs, it references the `k8s_openapi` crate for
[INFO] [stderr] ...   |
[INFO] [stderr] 451 | | //! The [`k8s-openapi-derive` crate](https://crates.io/crates/k8s-openapi-derive) provides a custom derive for generating clientsets
[INFO] [stderr] 452 | | //! for custom resources. See that crate's docs for more information.
[INFO] [stderr]     | |_____________________________________________________________________^
[INFO] [stderr]     |
[INFO] [stderr]     = note: the link appears in this line:
[INFO] [stderr]             
[INFO] [stderr]                - All delete-collection API take optional parameters using the [`DeleteOptional`] struct for delete options and the [`ListOptional`] struct for list options.
[INFO] [stderr]                                                                                ^^^^^^^^^^^^^^^^
[INFO] [stderr]     = note: no item named `DeleteOptional` in scope
[INFO] [stderr]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `ListOptional`
[INFO] [stderr]    --> src/lib.rs:17:1
[INFO] [stderr]     |
[INFO] [stderr] 17  | / //! Bindings for the OpenShift client API, generated from the OpenAPI spec.
[INFO] [stderr] 18  | | //!
[INFO] [stderr] 19  | | //! Each supported version of OpenShift is represented by a feature name (like `v4_4`). Only one such feature can be enabled at a time.
[INFO] [stderr] 20  | | //! As this crate depends on the other Kubernetes APIs, it references the `k8s_openapi` crate for
[INFO] [stderr] ...   |
[INFO] [stderr] 451 | | //! The [`k8s-openapi-derive` crate](https://crates.io/crates/k8s-openapi-derive) provides a custom derive for generating clientsets
[INFO] [stderr] 452 | | //! for custom resources. See that crate's docs for more information.
[INFO] [stderr]     | |_____________________________________________________________________^
[INFO] [stderr]     |
[INFO] [stderr]     = note: the link appears in this line:
[INFO] [stderr]             
[INFO] [stderr]                - All delete-collection API take optional parameters using the [`DeleteOptional`] struct for delete options and the [`ListOptional`] struct for list options.
[INFO] [stderr]                                                                                                                                     ^^^^^^^^^^^^^^
[INFO] [stderr]     = note: no item named `ListOptional` in scope
[INFO] [stderr]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `api::core::v1::ReadNamespacedPodOptional`
[INFO] [stderr]    --> src/lib.rs:17:1
[INFO] [stderr]     |
[INFO] [stderr] 17  | / //! Bindings for the OpenShift client API, generated from the OpenAPI spec.
[INFO] [stderr] 18  | | //!
[INFO] [stderr] 19  | | //! Each supported version of OpenShift is represented by a feature name (like `v4_4`). Only one such feature can be enabled at a time.
[INFO] [stderr] 20  | | //! As this crate depends on the other Kubernetes APIs, it references the `k8s_openapi` crate for
[INFO] [stderr] ...   |
[INFO] [stderr] 451 | | //! The [`k8s-openapi-derive` crate](https://crates.io/crates/k8s-openapi-derive) provides a custom derive for generating clientsets
[INFO] [stderr] 452 | | //! for custom resources. See that crate's docs for more information.
[INFO] [stderr]     | |_____________________________________________________________________^
[INFO] [stderr]     |
[INFO] [stderr]     = note: the link appears in this line:
[INFO] [stderr]             
[INFO] [stderr]                such as [`api::core::v1::ReadNamespacedPodOptional`] for [`api::core::v1::Pod::read_namespaced_pod`]
[INFO] [stderr]                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     = note: no item named `core` in module `api`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `api::core::v1::Pod::read_namespaced_pod`
[INFO] [stderr]    --> src/lib.rs:17:1
[INFO] [stderr]     |
[INFO] [stderr] 17  | / //! Bindings for the OpenShift client API, generated from the OpenAPI spec.
[INFO] [stderr] 18  | | //!
[INFO] [stderr] 19  | | //! Each supported version of OpenShift is represented by a feature name (like `v4_4`). Only one such feature can be enabled at a time.
[INFO] [stderr] 20  | | //! As this crate depends on the other Kubernetes APIs, it references the `k8s_openapi` crate for
[INFO] [stderr] ...   |
[INFO] [stderr] 451 | | //! The [`k8s-openapi-derive` crate](https://crates.io/crates/k8s-openapi-derive) provides a custom derive for generating clientsets
[INFO] [stderr] 452 | | //! for custom resources. See that crate's docs for more information.
[INFO] [stderr]     | |_____________________________________________________________________^
[INFO] [stderr]     |
[INFO] [stderr]     = note: the link appears in this line:
[INFO] [stderr]             
[INFO] [stderr]                such as [`api::core::v1::ReadNamespacedPodOptional`] for [`api::core::v1::Pod::read_namespaced_pod`]
[INFO] [stderr]                                                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     = note: no item named `core` in module `api`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `ListResponse`
[INFO] [stderr]    --> src/lib.rs:17:1
[INFO] [stderr]     |
[INFO] [stderr] 17  | / //! Bindings for the OpenShift client API, generated from the OpenAPI spec.
[INFO] [stderr] 18  | | //!
[INFO] [stderr] 19  | | //! Each supported version of OpenShift is represented by a feature name (like `v4_4`). Only one such feature can be enabled at a time.
[INFO] [stderr] 20  | | //! As this crate depends on the other Kubernetes APIs, it references the `k8s_openapi` crate for
[INFO] [stderr] ...   |
[INFO] [stderr] 451 | | //! The [`k8s-openapi-derive` crate](https://crates.io/crates/k8s-openapi-derive) provides a custom derive for generating clientsets
[INFO] [stderr] 452 | | //! for custom resources. See that crate's docs for more information.
[INFO] [stderr]     | |_____________________________________________________________________^
[INFO] [stderr]     |
[INFO] [stderr]     = note: the link appears in this line:
[INFO] [stderr]             
[INFO] [stderr]             1. For each API operation function, there is a corresponding response type. For `Pod::list_namespaced_pod` this is [`ListResponse`]`<`[`api::core::v1::Pod`]`>`.
[INFO] [stderr]                                                                                                                                 ^^^^^^^^^^^^^^
[INFO] [stderr]     = note: no item named `ListResponse` in scope
[INFO] [stderr]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `api::core::v1::Pod`
[INFO] [stderr]    --> src/lib.rs:17:1
[INFO] [stderr]     |
[INFO] [stderr] 17  | / //! Bindings for the OpenShift client API, generated from the OpenAPI spec.
[INFO] [stderr] 18  | | //!
[INFO] [stderr] 19  | | //! Each supported version of OpenShift is represented by a feature name (like `v4_4`). Only one such feature can be enabled at a time.
[INFO] [stderr] 20  | | //! As this crate depends on the other Kubernetes APIs, it references the `k8s_openapi` crate for
[INFO] [stderr] ...   |
[INFO] [stderr] 451 | | //! The [`k8s-openapi-derive` crate](https://crates.io/crates/k8s-openapi-derive) provides a custom derive for generating clientsets
[INFO] [stderr] 452 | | //! for custom resources. See that crate's docs for more information.
[INFO] [stderr]     | |_____________________________________________________________________^
[INFO] [stderr]     |
[INFO] [stderr]     = note: the link appears in this line:
[INFO] [stderr]             
[INFO] [stderr]             1. For each API operation function, there is a corresponding response type. For `Pod::list_namespaced_pod` this is [`ListResponse`]`<`[`api::core::v1::Pod`]`>`.
[INFO] [stderr]                                                                                                                                                    ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     = note: no item named `core` in module `api`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `List`
[INFO] [stderr]    --> src/lib.rs:17:1
[INFO] [stderr]     |
[INFO] [stderr] 17  | / //! Bindings for the OpenShift client API, generated from the OpenAPI spec.
[INFO] [stderr] 18  | | //!
[INFO] [stderr] 19  | | //! Each supported version of OpenShift is represented by a feature name (like `v4_4`). Only one such feature can be enabled at a time.
[INFO] [stderr] 20  | | //! As this crate depends on the other Kubernetes APIs, it references the `k8s_openapi` crate for
[INFO] [stderr] ...   |
[INFO] [stderr] 451 | | //! The [`k8s-openapi-derive` crate](https://crates.io/crates/k8s-openapi-derive) provides a custom derive for generating clientsets
[INFO] [stderr] 452 | | //! for custom resources. See that crate's docs for more information.
[INFO] [stderr]     | |_____________________________________________________________________^
[INFO] [stderr]     |
[INFO] [stderr]     = note: the link appears in this line:
[INFO] [stderr]             
[INFO] [stderr]                that type is `Ok(`[`List`]`<`[`api::core::v1::Pod`]`>)`
[INFO] [stderr]                                   ^^^^^^
[INFO] [stderr]     = note: no item named `List` in scope
[INFO] [stderr]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `api::core::v1::Pod`
[INFO] [stderr]    --> src/lib.rs:17:1
[INFO] [stderr]     |
[INFO] [stderr] 17  | / //! Bindings for the OpenShift client API, generated from the OpenAPI spec.
[INFO] [stderr] 18  | | //!
[INFO] [stderr] 19  | | //! Each supported version of OpenShift is represented by a feature name (like `v4_4`). Only one such feature can be enabled at a time.
[INFO] [stderr] 20  | | //! As this crate depends on the other Kubernetes APIs, it references the `k8s_openapi` crate for
[INFO] [stderr] ...   |
[INFO] [stderr] 451 | | //! The [`k8s-openapi-derive` crate](https://crates.io/crates/k8s-openapi-derive) provides a custom derive for generating clientsets
[INFO] [stderr] 452 | | //! for custom resources. See that crate's docs for more information.
[INFO] [stderr]     | |_____________________________________________________________________^
[INFO] [stderr]     |
[INFO] [stderr]     = note: the link appears in this line:
[INFO] [stderr]             
[INFO] [stderr]                that type is `Ok(`[`List`]`<`[`api::core::v1::Pod`]`>)`
[INFO] [stderr]                                              ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     = note: no item named `core` in module `api`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `Response`
[INFO] [stderr]    --> src/lib.rs:17:1
[INFO] [stderr]     |
[INFO] [stderr] 17  | / //! Bindings for the OpenShift client API, generated from the OpenAPI spec.
[INFO] [stderr] 18  | | //!
[INFO] [stderr] 19  | | //! Each supported version of OpenShift is represented by a feature name (like `v4_4`). Only one such feature can be enabled at a time.
[INFO] [stderr] 20  | | //! As this crate depends on the other Kubernetes APIs, it references the `k8s_openapi` crate for
[INFO] [stderr] ...   |
[INFO] [stderr] 451 | | //! The [`k8s-openapi-derive` crate](https://crates.io/crates/k8s-openapi-derive) provides a custom derive for generating clientsets
[INFO] [stderr] 452 | | //! for custom resources. See that crate's docs for more information.
[INFO] [stderr]     | |_____________________________________________________________________^
[INFO] [stderr]     |
[INFO] [stderr]     = note: the link appears in this line:
[INFO] [stderr]             
[INFO] [stderr]             1. The response types impl the [`Response`] trait, which contains a single [`Response::try_from_parts`] function. This function takes an [`http::StatusCode`]
[INFO] [stderr]                                             ^^^^^^^^^^
[INFO] [stderr]     = note: no item named `Response` in scope
[INFO] [stderr]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `Response::try_from_parts`
[INFO] [stderr]    --> src/lib.rs:17:1
[INFO] [stderr]     |
[INFO] [stderr] 17  | / //! Bindings for the OpenShift client API, generated from the OpenAPI spec.
[INFO] [stderr] 18  | | //!
[INFO] [stderr] 19  | | //! Each supported version of OpenShift is represented by a feature name (like `v4_4`). Only one such feature can be enabled at a time.
[INFO] [stderr] 20  | | //! As this crate depends on the other Kubernetes APIs, it references the `k8s_openapi` crate for
[INFO] [stderr] ...   |
[INFO] [stderr] 451 | | //! The [`k8s-openapi-derive` crate](https://crates.io/crates/k8s-openapi-derive) provides a custom derive for generating clientsets
[INFO] [stderr] 452 | | //! for custom resources. See that crate's docs for more information.
[INFO] [stderr]     | |_____________________________________________________________________^
[INFO] [stderr]     |
[INFO] [stderr]     = note: the link appears in this line:
[INFO] [stderr]             
[INFO] [stderr]             1. The response types impl the [`Response`] trait, which contains a single [`Response::try_from_parts`] function. This function takes an [`http::StatusCode`]
[INFO] [stderr]                                                                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     = note: no item named `Response` in scope
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `ResponseBody`
[INFO] [stderr]    --> src/lib.rs:17:1
[INFO] [stderr]     |
[INFO] [stderr] 17  | / //! Bindings for the OpenShift client API, generated from the OpenAPI spec.
[INFO] [stderr] 18  | | //!
[INFO] [stderr] 19  | | //! Each supported version of OpenShift is represented by a feature name (like `v4_4`). Only one such feature can be enabled at a time.
[INFO] [stderr] 20  | | //! As this crate depends on the other Kubernetes APIs, it references the `k8s_openapi` crate for
[INFO] [stderr] ...   |
[INFO] [stderr] 451 | | //! The [`k8s-openapi-derive` crate](https://crates.io/crates/k8s-openapi-derive) provides a custom derive for generating clientsets
[INFO] [stderr] 452 | | //! for custom resources. See that crate's docs for more information.
[INFO] [stderr]     | |_____________________________________________________________________^
[INFO] [stderr]     |
[INFO] [stderr]     = note: the link appears in this line:
[INFO] [stderr]             
[INFO] [stderr]                a [`ResponseBody`]`<ListResponse<Pod>>`. As mentioned above, `Response::try_from_parts` requires you to maintain a byte buffer for the response body.
[INFO] [stderr]                   ^^^^^^^^^^^^^^
[INFO] [stderr]     = note: no item named `ResponseBody` in scope
[INFO] [stderr]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `apimachinery::pkg::apis::meta::v1::Status`
[INFO] [stderr]    --> src/lib.rs:17:1
[INFO] [stderr]     |
[INFO] [stderr] 17  | / //! Bindings for the OpenShift client API, generated from the OpenAPI spec.
[INFO] [stderr] 18  | | //!
[INFO] [stderr] 19  | | //! Each supported version of OpenShift is represented by a feature name (like `v4_4`). Only one such feature can be enabled at a time.
[INFO] [stderr] 20  | | //! As this crate depends on the other Kubernetes APIs, it references the `k8s_openapi` crate for
[INFO] [stderr] ...   |
[INFO] [stderr] 451 | | //! The [`k8s-openapi-derive` crate](https://crates.io/crates/k8s-openapi-derive) provides a custom derive for generating clientsets
[INFO] [stderr] 452 | | //! for custom resources. See that crate's docs for more information.
[INFO] [stderr]     | |_____________________________________________________________________^
[INFO] [stderr]     |
[INFO] [stderr]     = note: the link appears in this line:
[INFO] [stderr]             
[INFO] [stderr]                If you expect the response body to be a specific JSON type such as [`apimachinery::pkg::apis::meta::v1::Status`], you can use the `serde_json::Value`
[INFO] [stderr]                                                                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     = note: no item named `apimachinery` in scope
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `api::core::v1::Pod`
[INFO] [stderr]    --> src/lib.rs:17:1
[INFO] [stderr]     |
[INFO] [stderr] 17  | / //! Bindings for the OpenShift client API, generated from the OpenAPI spec.
[INFO] [stderr] 18  | | //!
[INFO] [stderr] 19  | | //! Each supported version of OpenShift is represented by a feature name (like `v4_4`). Only one such feature can be enabled at a time.
[INFO] [stderr] 20  | | //! As this crate depends on the other Kubernetes APIs, it references the `k8s_openapi` crate for
[INFO] [stderr] ...   |
[INFO] [stderr] 451 | | //! The [`k8s-openapi-derive` crate](https://crates.io/crates/k8s-openapi-derive) provides a custom derive for generating clientsets
[INFO] [stderr] 452 | | //! for custom resources. See that crate's docs for more information.
[INFO] [stderr]     | |_____________________________________________________________________^
[INFO] [stderr]     |
[INFO] [stderr]     = note: the link appears in this line:
[INFO] [stderr]             
[INFO] [stderr]             - The crate also contains a feature named `api`. If this feature is disabled, the library will only contain the resource types like [`api::core::v1::Pod`],
[INFO] [stderr]                                                                                                                                                  ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     = note: no item named `core` in module `api`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `api::core::v1::Pod::read_namespaced_pod`
[INFO] [stderr]    --> src/lib.rs:17:1
[INFO] [stderr]     |
[INFO] [stderr] 17  | / //! Bindings for the OpenShift client API, generated from the OpenAPI spec.
[INFO] [stderr] 18  | | //!
[INFO] [stderr] 19  | | //! Each supported version of OpenShift is represented by a feature name (like `v4_4`). Only one such feature can be enabled at a time.
[INFO] [stderr] 20  | | //! As this crate depends on the other Kubernetes APIs, it references the `k8s_openapi` crate for
[INFO] [stderr] ...   |
[INFO] [stderr] 451 | | //! The [`k8s-openapi-derive` crate](https://crates.io/crates/k8s-openapi-derive) provides a custom derive for generating clientsets
[INFO] [stderr] 452 | | //! for custom resources. See that crate's docs for more information.
[INFO] [stderr]     | |_____________________________________________________________________^
[INFO] [stderr]     |
[INFO] [stderr]     = note: the link appears in this line:
[INFO] [stderr]             
[INFO] [stderr]               and not the associated operation functions like [`api::core::v1::Pod::read_namespaced_pod`]. The `Response` and `Optional` types for the operation functions
[INFO] [stderr]                                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     = note: no item named `core` in module `api`
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]   --> src/v4_5/api/build/v1/build_post_commit_spec.rs:29:17
[INFO] [stderr]    |
[INFO] [stderr] 29 | ///     Docker: https://docs.docker.com/engine/reference/builder/#entrypoint.
[INFO] [stderr]    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr]    = note: `#[warn(rustdoc::bare_urls)]` on by default
[INFO] [stderr] help: use an automatic link instead
[INFO] [stderr]    |
[INFO] [stderr] 29 | ///     Docker: <https://docs.docker.com/engine/reference/builder/#entrypoint.>
[INFO] [stderr]    |                 +                                                             +
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]  --> src/v4_5/api/build/v1/docker_build_strategy.rs:6:90
[INFO] [stderr]   |
[INFO] [stderr] 6 | ...ill be resolved in the Dockerfile.  See https://docs.docker.com/engine/reference/builder/#/arg for more details.
[INFO] [stderr]   |                                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] help: use an automatic link instead
[INFO] [stderr]   |
[INFO] [stderr] 6 |     /// buildArgs contains build arguments that will be resolved in the Dockerfile.  See <https://docs.docker.com/engine/reference/builder/#/arg> for more details.
[INFO] [stderr]   |                                                                                          +                                                      +
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]  --> src/v4_5/api/build/v1/docker_strategy_options.rs:6:81
[INFO] [stderr]   |
[INFO] [stderr] 6 |     /// Args contains any build arguments that are to be passed to Docker.  See https://docs.docker.com/engine/reference/builder/#/arg fo...
[INFO] [stderr]   |                                                                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] help: use an automatic link instead
[INFO] [stderr]   |
[INFO] [stderr] 6 |     /// Args contains any build arguments that are to be passed to Docker.  See <https://docs.docker.com/engine/reference/builder/#/arg> for more details
[INFO] [stderr]   |                                                                                 +                                                      +
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]  --> src/v4_5/api/security/v1/range_allocation.rs:9:48
[INFO] [stderr]   |
[INFO] [stderr] 9 |     /// Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata
[INFO] [stderr]   |                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] help: use an automatic link instead
[INFO] [stderr]   |
[INFO] [stderr] 9 |     /// Standard object's metadata. More info: <https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata>
[INFO] [stderr]   |                                                +                                                                           +
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]   --> src/v4_5/api/security/v1/security_context_constraints.rs:55:48
[INFO] [stderr]    |
[INFO] [stderr] 55 |     /// Standard object's metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata
[INFO] [stderr]    |                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] help: use an automatic link instead
[INFO] [stderr]    |
[INFO] [stderr] 55 |     /// Standard object's metadata. More info: <http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata>
[INFO] [stderr]    |                                                +                                                                  +
[INFO] [stderr] 
[INFO] [stderr] warning: `openshift-openapi` (lib doc) generated 29 warnings (run `cargo fix --lib -p openshift-openapi` to apply 5 suggestions)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.83s
[INFO] [stderr]    Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/openshift_openapi/index.html
[INFO] running `Command { std: "docker" "inspect" "5297838d9f5f6fea0072bcc8009350e8099c9caf301e3d526e4c2e5d7429f3e0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5297838d9f5f6fea0072bcc8009350e8099c9caf301e3d526e4c2e5d7429f3e0", kill_on_drop: false }`
[INFO] [stdout] 5297838d9f5f6fea0072bcc8009350e8099c9caf301e3d526e4c2e5d7429f3e0