_import

package
v0.2.0 Latest Latest
Warning

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

Go to latest
Published: Feb 5, 2021 License: Apache-2.0 Imports: 27 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewImportCommand

func NewImportCommand(
	differ importpkg.Differ,
	clientSetProvider k8s.ClientSetProvider,
	rup registry.UtilProvider,
	timestampProvider TimestampProvider,
	confirmationProvider ConfirmationProvider,
	newWaiter func(dynamic.Interface) commands.ResourceWaiter) *cobra.Command

Types

type ConfirmationProvider added in v0.1.3

type ConfirmationProvider interface {
	Confirm(message string, okayResponses ...string) (bool, error)
}

type ImageUpdater added in v0.2.0

type ImageUpdater interface {
	UpdateImage(srcImgStr string, tlsCfg registry.TLSConfig, hooks ...lifecycle.PreUpdateHook) (*corev1.ConfigMap, error)
}

type TimestampProvider

type TimestampProvider interface {
	GetTimestamp() string
}

Jump to

Keyboard shortcuts

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