Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Runtime ¶
type Runtime struct {
Clientset kubernetes.Interface
Config *rest.Config
Image string
Namespace string
}
Runtime executes commands on AKS nodes by creating a privileged debug pod.
func (*Runtime) RunCommand ¶
func (r *Runtime) RunCommand(ctx context.Context, opts *pkgruntime.RunOptions) (*pkgruntime.RunResult, error)
Click to show internal directories.
Click to hide internal directories.