pub struct StorageVersionMigrationSpec {
pub continue_token: Option<String>,
pub resource: GroupVersionResource,
}
Expand description
Spec of the storage version migration.
Fields§
§continue_token: Option<String>
The token used in the list options to get the next chunk of objects to migrate. When the .status.conditions indicates the migration is “Running”, users can use this token to check the progress of the migration.
resource: GroupVersionResource
The resource that is being migrated. The migrator sends requests to the endpoint serving the resource. Immutable.
Trait Implementations§
source§impl Clone for StorageVersionMigrationSpec
impl Clone for StorageVersionMigrationSpec
source§fn clone(&self) -> StorageVersionMigrationSpec
fn clone(&self) -> StorageVersionMigrationSpec
Returns a copy of the value. Read more
1.0.0 · 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 StorageVersionMigrationSpec
impl Debug for StorageVersionMigrationSpec
source§impl DeepMerge for StorageVersionMigrationSpec
impl DeepMerge for StorageVersionMigrationSpec
source§fn merge_from(&mut self, other: Self)
fn merge_from(&mut self, other: Self)
Merge
other
into self
.source§impl Default for StorageVersionMigrationSpec
impl Default for StorageVersionMigrationSpec
source§fn default() -> StorageVersionMigrationSpec
fn default() -> StorageVersionMigrationSpec
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for StorageVersionMigrationSpec
impl<'de> Deserialize<'de> for StorageVersionMigrationSpec
source§fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>where
D: Deserializer<'de>,
fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>where
D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl StructuralPartialEq for StorageVersionMigrationSpec
Auto Trait Implementations§
impl Freeze for StorageVersionMigrationSpec
impl RefUnwindSafe for StorageVersionMigrationSpec
impl Send for StorageVersionMigrationSpec
impl Sync for StorageVersionMigrationSpec
impl Unpin for StorageVersionMigrationSpec
impl UnwindSafe for StorageVersionMigrationSpec
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)