pub struct LocalSchemaUniverse { /* private fields */ }Expand description
Chart-local schemas keyed by Kubernetes resource coordinate.
The universe is source-agnostic: static crds/ files populate it today,
and later A3 document projection can add fully-literal rendered CRDs
without changing provider resolution semantics.
Implementations§
Source§impl LocalSchemaUniverse
impl LocalSchemaUniverse
Sourcepub fn insert_resource_schema(&mut self, resource_schema: LocalResourceSchema)
pub fn insert_resource_schema(&mut self, resource_schema: LocalResourceSchema)
Inserts a resource schema unless that coordinate already has a document.
Trait Implementations§
Source§impl Clone for LocalSchemaUniverse
impl Clone for LocalSchemaUniverse
Source§fn clone(&self) -> LocalSchemaUniverse
fn clone(&self) -> LocalSchemaUniverse
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for LocalSchemaUniverse
impl Debug for LocalSchemaUniverse
Source§impl Default for LocalSchemaUniverse
impl Default for LocalSchemaUniverse
Source§fn default() -> LocalSchemaUniverse
fn default() -> LocalSchemaUniverse
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for LocalSchemaUniverse
impl RefUnwindSafe for LocalSchemaUniverse
impl Send for LocalSchemaUniverse
impl Sync for LocalSchemaUniverse
impl Unpin for LocalSchemaUniverse
impl UnsafeUnpin for LocalSchemaUniverse
impl UnwindSafe for LocalSchemaUniverse
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more