Documentation
¶
Index ¶
- func Deploy(ctx context.Context, k8sLogger *io.K8sLogger) *cobra.Command
- func Destroy(ctx context.Context) *cobra.Command
- func RemoteRun(ctx context.Context, k8sLogger *io.K8sLogger) *cobra.Command
- func Test(ctx context.Context) *cobra.Command
- type DeployCommand
- type DeployOptions
- type DestroyCommand
- type DestroyOptions
- type TestOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Deploy ¶
Deploy starts the deploy command remotely. This is the command executed in the remote environment when okteto deploy is executed with the remote flag
func Destroy ¶
Destroy starts the destroy command remotely. This is the command executed in the remote environment when destroy deploy is executed with the remote flag
Types ¶
type DeployCommand ¶
type DeployCommand struct {
// contains filtered or unexported fields
}
DeployCommand struct with the dependencies needed to run the deploy operation
func (*DeployCommand) Run ¶
func (c *DeployCommand) Run(ctx context.Context, params deployable.DeployParameters) error
type DeployOptions ¶
DeployOptions flags accepted by the remote-run deploy command
type DestroyCommand ¶
type DestroyCommand struct {
// contains filtered or unexported fields
}
DestroyCommand struct with the dependencies needed to run the destroy operation
func (*DestroyCommand) Run ¶
func (c *DestroyCommand) Run(ctx context.Context, params deployable.DestroyParameters) error
type DestroyOptions ¶
DestroyOptions flags accepted by the remote-run destroy command
type TestOptions ¶
TestOptions flags accepted by the remote-run test command
Click to show internal directories.
Click to hide internal directories.