upload

package
v1.108.13 Latest Latest
Warning

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

Go to latest
Published: May 5, 2024 License: Apache-2.0 Imports: 25 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func StartPortForward

func StartPortForward(namespace string, stopCh <-chan struct{}, log *logger.CLILogger) (int, <-chan error, error)

func Upload

func Upload(path string, uploadOptions UploadOptions) (string, error)

Upload will upload the application version at path using the options in uploadOptions

func UploadLicense

func UploadLicense(path string, uploadLicenseOptions UploadLicenseOptions) error

Types

type UploadLicenseOptions

type UploadLicenseOptions struct {
	Namespace  string
	NewAppName string
}

type UploadOptions

type UploadOptions struct {
	Namespace       string
	UpstreamURI     string
	ExistingAppSlug string
	NewAppName      string
	RegistryOptions registrytypes.RegistryOptions
	Endpoint        string
	Silent          bool
	Deploy          bool
	SkipPreflights  bool
	// contains filtered or unexported fields
}

Jump to

Keyboard shortcuts

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