Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MigrateState ¶
type MigrateState string
const ( MigrateExecuting MigrateState = "Executing" MigrateSucceeded MigrateState = "Succeeded" MigrateFailed MigrateState = "Failed" )
type Options ¶
type Options struct { // Specify Replicas that should be migrated. // Default to migrate all replicas Replicas *int32 // The maximum number of pods that can be scheduled above the desired number of pods. // This can not be 0 if MaxUnavailable is 0. // Defaults to 1. MaxSurge *int32 // TimeoutSeconds indicates the timeout seconds that migration exceeded. // Defaults to no limited. TimeoutSeconds *int32 }
Click to show internal directories.
Click to hide internal directories.