directvolumemigrationprogress

package
v0.0.0-...-ec8378c Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 12, 2024 License: Apache-2.0 Imports: 31 Imported by: 0

Documentation

Index

Constants

View Source
const (
	DefaultReconcileConcurrency = 5
	RsyncContainerName          = rsync_transfer.RsyncContainer
)
View Source
const (
	NotFound    = "NotFound"
	NotSet      = "NotSet"
	NotDistinct = "NotDistinct"
	NotReady    = "NotReady"
)

Condition reasons

View Source
const (
	InvalidClusterRef  = "InvalidClusterRef"
	ClusterNotReady    = "ClusterNotReady"
	InvalidPodRef      = "InvalidPodRef"
	InvalidPod         = "InvalidPod"
	PodNotReady        = "PodNotReady"
	InvalidSpec        = "InvalidSpec"
	InvalidPodSelector = "InvalidPodSelector"
)

Condition types

View Source
const (
	// CreatingContainer initial container state
	ContainerCreating = "ContainerCreating"
)

Variables

This section is empty.

Functions

func Add

func Add(mgr manager.Manager) error

Add creates a new DirectVolumeMigrationProgress Controller and adds it to the Manager with default RBAC. The Manager will set fields on the Controller and Start it when the Manager is Started.

func GetProgressPercent

func GetProgressPercent(message string) string

GetProgressPercent given logs from Rsync Pod, returns logged progress percentage

func GetTransferRate

func GetTransferRate(message string) string

GetTransferRate given logs from Rsync Pod, returns logged transfer rate

func IsPodTerminal

func IsPodTerminal(phase kapi.PodPhase) bool

func MaxProgressString

func MaxProgressString(p1 string, p2 string) string

func MergeProgressStats

func MergeProgressStats(p1, p2 *migapi.RsyncPodStatus)

MergeProgressStats merges progress stats of p2 into p1 : p1 <- p2, only if p1 & p2 are for same pods

func ProgressStringToValue

func ProgressStringToValue(progressPercentage string) int64

ProgressStringToValue parses string and returns percentage as a value

func ProgressValueToString

func ProgressValueToString(progressPercentage int64) string

ProgressValueToString parses quantity and returns percentage as a string

Types

type GetPodLogger

type GetPodLogger interface {
	// contains filtered or unexported methods
}

type ReconcileDirectVolumeMigrationProgress

type ReconcileDirectVolumeMigrationProgress struct {
	client.Client
	// contains filtered or unexported fields
}

ReconcileDirectVolumeMigrationProgress reconciles a DirectVolumeMigrationProgress object

func (*ReconcileDirectVolumeMigrationProgress) Reconcile

Automatically generate RBAC rules to allow the Controller to read and write Deployments +kubebuilder:rbac:groups=migration.openshift.io,resources=directvolumemigrationprogresses,verbs=get;list;watch;create;update;patch;delete +kubebuilder:rbac:groups=migration.openshift.io,resources=directvolumemigrationprogresses/status,verbs=get;update;patch

type RsyncPodProgressTask

type RsyncPodProgressTask struct {
	Cluster   *migapi.MigCluster
	Client    client.Client
	SrcClient compat.Client
	Owner     *migapi.DirectVolumeMigrationProgress
}

func (*RsyncPodProgressTask) Run

func (r *RsyncPodProgressTask) Run() error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL