Docs.rs
k8-types-0.6.0
k8-types 0.6.0
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
sehz
github:infinyon:k8-publisher
digikata
Dependencies
serde ^1.0.136
normal
serde_json ^1.0.60
normal
serde_qs ^0.9.2
dev
Versions
9.09%
of the crate is documented
Go to latest version
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
K8Meta
Required Methods
name
namespace
Implementors
In k8_types
?
Trait
k8_types
::
K8Meta
source
·
[
−
]
pub trait K8Meta { fn
name
(&self) -> &
str
;
fn
namespace
(&self) -> &
str
; }
Required Methods
source
fn
name
(&self) -> &
str
resource name
source
fn
namespace
(&self) -> &
str
namespace
Implementors
source
impl
K8Meta
for
InputObjectMeta
source
impl
K8Meta
for
ObjectMeta
source
impl
K8Meta
for
UpdateItemMeta