Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Interface ¶
type Interface interface { GetKubectlPod(username string) (models.PodInfo, error) CreateKubectlDeploy(username string, owner metav1.Object) error }
func NewOperator ¶
func NewOperator(k8sClient kubernetes.Interface, deploymentInformer appsv1informers.DeploymentInformer, podInformer coreinfomers.PodInformer, userInformer iamv1alpha2informers.UserInformer, kubectlImage string) Interface
Click to show internal directories.
Click to hide internal directories.