Documentation ¶ Index ¶ type K8sRunner func (k *K8sRunner) Run(ctx context.Context, t *task.Task) error func (k *K8sRunner) RunDeploy(ctx context.Context, in *deploy.DeployRequest) (*deploy.DeployRecord, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type K8sRunner ¶ type K8sRunner struct { } func (*K8sRunner) Run ¶ func (k *K8sRunner) Run(ctx context.Context, t *task.Task) error 同步执行,通过ctx控制取消 func (*K8sRunner) RunDeploy ¶ func (k *K8sRunner) RunDeploy(ctx context.Context, in *deploy.DeployRequest) (*deploy.DeployRecord, error) Source Files ¶ View all Source files k8s.govm.go Click to show internal directories. Click to hide internal directories.