Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Framework ¶
type Framework struct {
	Options   Options
	K8sClient client.Client
	DeploymentManager deployment.Manager
	PodManager        pod.Manager
	EC2Manager        *ec2Manager.Manager
	SAManager         serviceaccount.Manager
	NSManager         namespace.Manager
	SGPManager        *sgpManager.Manager
	SVCManager        service.Manager
	JobManager        jobs.Manager
	NodeManager       node.Manager
	ControllerManager controller.Manager
	RBACManager       rbac.Manager
	ConfigMapManager  configmap.Manager
	// contains filtered or unexported fields
}
     Click to show internal directories. 
   Click to hide internal directories.