Enum kube_core::discovery::Scope [−][src]
pub enum Scope { Cluster, Namespaced, }
Expand description
Resource scope
Variants
Objects are global
Each object lives in namespace.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Scope
impl UnwindSafe for Scope
Blanket Implementations
Mutably borrows from an owned value. Read more
Compare self to key
and return true
if they are equal.