pub struct StorageVersionMigrationStatus {
pub conditions: Option<Vec<MigrationCondition>>,
pub resource_version: Option<String>,
}
Expand description
Status of the storage version migration.
Fields§
§conditions: Option<Vec<MigrationCondition>>
The latest available observations of the migration’s current state.
resource_version: Option<String>
ResourceVersion to compare with the GC cache for performing the migration. This is the current resource version of given group, version and resource when kube-controller-manager first observes this StorageVersionMigration resource.
Trait Implementations§
source§impl Clone for StorageVersionMigrationStatus
impl Clone for StorageVersionMigrationStatus
source§fn clone(&self) -> StorageVersionMigrationStatus
fn clone(&self) -> StorageVersionMigrationStatus
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 DeepMerge for StorageVersionMigrationStatus
impl DeepMerge for StorageVersionMigrationStatus
source§fn merge_from(&mut self, other: Self)
fn merge_from(&mut self, other: Self)
Merge
other
into self
.source§impl Default for StorageVersionMigrationStatus
impl Default for StorageVersionMigrationStatus
source§fn default() -> StorageVersionMigrationStatus
fn default() -> StorageVersionMigrationStatus
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for StorageVersionMigrationStatus
impl<'de> Deserialize<'de> for StorageVersionMigrationStatus
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
source§impl PartialEq for StorageVersionMigrationStatus
impl PartialEq for StorageVersionMigrationStatus
source§fn eq(&self, other: &StorageVersionMigrationStatus) -> bool
fn eq(&self, other: &StorageVersionMigrationStatus) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for StorageVersionMigrationStatus
Auto Trait Implementations§
impl Freeze for StorageVersionMigrationStatus
impl RefUnwindSafe for StorageVersionMigrationStatus
impl Send for StorageVersionMigrationStatus
impl Sync for StorageVersionMigrationStatus
impl Unpin for StorageVersionMigrationStatus
impl UnwindSafe for StorageVersionMigrationStatus
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
)