postprocess

package
v0.1.6 Latest Latest
Warning

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

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

Documentation

Index

Constants

View Source
const (
	// DefaultSecretName default secret name for the post process commands
	DefaultSecretName = "jx-post-process"

	// DefaultSecretNamespace default namespace for the post process commands
	DefaultSecretNamespace = "default"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Options

type Options struct {
	Namespace     string
	SecretName    string
	Shell         string
	KubeClient    kubernetes.Interface
	CommandRunner cmdrunner.CommandRunner
}

Options the options for the command

func NewCmdPostProcess

func NewCmdPostProcess() (*cobra.Command, *Options)

NewCmdPostProcess creates a command object for the command

func (*Options) Run

func (o *Options) Run() error

Run runs the command

Jump to

Keyboard shortcuts

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