Documentation ¶
Index ¶
- func StartPortForward(namespace string, kubernetesConfigFlags *genericclioptions.ConfigFlags, ...) (int, <-chan error, error)
- func Upload(path string, uploadOptions UploadOptions) error
- func UploadLicense(path string, uploadLicenseOptions UploadLicenseOptions) error
- type UploadLicenseOptions
- type UploadOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func StartPortForward ¶
func StartPortForward(namespace string, kubernetesConfigFlags *genericclioptions.ConfigFlags, stopCh <-chan struct{}, log *logger.Logger) (int, <-chan error, error)
func Upload ¶
func Upload(path string, uploadOptions UploadOptions) 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 KubernetesConfigFlags *genericclioptions.ConfigFlags NewAppName string }
type UploadOptions ¶
type UploadOptions struct { Namespace string UpstreamURI string KubernetesConfigFlags *genericclioptions.ConfigFlags ExistingAppSlug string NewAppName string RegistryOptions registry.RegistryOptions Endpoint string Silent bool // contains filtered or unexported fields }
Click to show internal directories.
Click to hide internal directories.