Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client interface { Init(ctx context.Context) error Get() *kubernetes.Clientset }
Client to k8s.
type CreationConfig ¶
type CreationConfig struct { Image string Resources model.Resources Envs []model.EnvVar Commands []string ExposeExternalIP bool }
CreationConfig for load-generator deploying.
Click to show internal directories.
Click to hide internal directories.