pub struct NewDeployment {
pub name: String,
pub kind_id: Uuid,
pub cluster_id: Uuid,
pub helm_chart_id: Uuid,
pub config: Option<Value>,
pub values_override: Option<Value>,
}
Fields§
§name: String
§kind_id: Uuid
§cluster_id: Uuid
§helm_chart_id: Uuid
§config: Option<Value>
§values_override: Option<Value>
Trait Implementations§
Source§impl Debug for NewDeployment
impl Debug for NewDeployment
Auto Trait Implementations§
impl Freeze for NewDeployment
impl RefUnwindSafe for NewDeployment
impl Send for NewDeployment
impl Sync for NewDeployment
impl Unpin for NewDeployment
impl UnwindSafe for NewDeployment
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