Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type KubeHelper ¶
type KubeHelper struct { Clientset *kubernetes.Clientset Kubeconfig string }
func (*KubeHelper) RunPod ¶
func (k *KubeHelper) RunPod(cmd []string, args []string, env map[string]string, volumes []apiv1.Volume, volumeMounts []apiv1.VolumeMount, dockerImage string, namespace string, podnameprefix string, labels map[string]string, creator pixlUser.UserInfo, log logger.ILogger, background bool) (string, error)
Click to show internal directories.
Click to hide internal directories.