openshift-openapi 0.3.1

Bindings for the OpenShift client API
Documentation
Build #3017916 2026-03-15 05:37:28

# rustc version rustc 1.96.0-nightly (03749d625 2026-03-14)

# docs.rs version docsrs 0.0.0 (a68728e7 2026-03-08 )

# build log [INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace-builder3/builds/openshift-openapi-0.3.1/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace-builder3/builds/openshift-openapi-0.3.1/source:/opt/rustwide/workdir:ro,Z" "-v" "/home/cratesfyi/workspace-builder3/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/home/cratesfyi/workspace-builder3/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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/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\", \"-20260314-1.96.0-nightly-03749d625\", \"--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] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] e31ae28f9aaa65b517c08c66586bf2a3652e1c21e31db6711b34acb9cc23629a [INFO] running `Command { std: "docker" "start" "-a" "e31ae28f9aaa65b517c08c66586bf2a3652e1c21e31db6711b34acb9cc23629a", 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:36:43 [INFO] [stderr] | [INFO] [stderr] 36 | //! This example creates an instance of [`api::core::v1::PodSpec`] with no other properties set, and pretty-prints it. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ no item named `core` in module `api` [INFO] [stderr] | [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... [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... [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... [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:63:62 [INFO] [stderr] | [INFO] [stderr] 63 | //! - All create API take optional parameters using the [`CreateOptional`] struct. [INFO] [stderr] | ^^^^^^^^^^^^^^ no item named `CreateOptional` in scope [INFO] [stderr] | [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... [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... [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:66:61 [INFO] [stderr] | [INFO] [stderr] 66 | //! - All patch API take optional parameters using the [`PatchOptional`] struct. [INFO] [stderr] | ^^^^^^^^^^^^^ no item named `PatchOptional` in scope [INFO] [stderr] | [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:67:63 [INFO] [stderr] | [INFO] [stderr] 67 | //! - All replace API take optional parameters using the [`ReplaceOptional`] struct. [INFO] [stderr] | ^^^^^^^^^^^^^^^ no item named `ReplaceOptional` in scope [INFO] [stderr] | [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:68:61 [INFO] [stderr] | [INFO] [stderr] 68 | //! - All watch API take optional parameters using the [`WatchOptional`] struct. [INFO] [stderr] | ^^^^^^^^^^^^^ no item named `WatchOptional` in scope [INFO] [stderr] | [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... [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... [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:72:18 [INFO] [stderr] | [INFO] [stderr] 72 | //! such as [`api::core::v1::ReadNamespacedPodOptional`] for [`api::core::v1::Pod::read_namespaced_pod`] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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... [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:79:122 [INFO] [stderr] | [INFO] [stderr] 79 | ...r `Pod::list_namespaced_pod` this is [`ListResponse`]`<`[`api::core::v1::Pod`]`>`. [INFO] [stderr] | ^^^^^^^^^^^^ no item named `ListResponse` in scope [INFO] [stderr] | [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... [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:82:28 [INFO] [stderr] | [INFO] [stderr] 82 | //! that type is `Ok(`[`List`]`<`[`api::core::v1::Pod`]`>)` [INFO] [stderr] | ^^^^ no item named `List` in scope [INFO] [stderr] | [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... [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... [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... [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... [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:112:77 [INFO] [stderr] | [INFO] [stderr] 112 | ...fic JSON type such as [`apimachinery::pkg::apis::meta::v1::Status`], you can use the `serde_json::Value` [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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... [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... [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 | ...l 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 | ...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] = 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.92s [INFO] [stderr] Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/openshift_openapi/index.html [INFO] running `Command { std: "docker" "inspect" "e31ae28f9aaa65b517c08c66586bf2a3652e1c21e31db6711b34acb9cc23629a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e31ae28f9aaa65b517c08c66586bf2a3652e1c21e31db6711b34acb9cc23629a", kill_on_drop: false }` [INFO] [stdout] e31ae28f9aaa65b517c08c66586bf2a3652e1c21e31db6711b34acb9cc23629a