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 ¶
NewCmdPostProcess creates a command object for the command
Click to show internal directories.
Click to hide internal directories.