Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type E2eContext ¶
type E2eContext struct { Namespace string KubeCli *kubernetes.Clientset ExampleCli *example.Clientset AggCli *aggclient.Clientset V1Alpha1 clientv1alpha1.PodInterface V1Beta1 clientv1beta1.PodInterface Image string }
E2eContext is the e2e context for example apiserver
func NewE2eContext ¶
func NewE2eContext(ns string, restConfig *rest.Config, image string) *E2eContext
func (*E2eContext) Clean ¶
func (c *E2eContext) Clean()
func (*E2eContext) Do ¶
func (c *E2eContext) Do()
func (*E2eContext) Setup ¶
func (c *E2eContext) Setup()
Click to show internal directories.
Click to hide internal directories.