framework

package
v1.5.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 1, 2024 License: Apache-2.0 Imports: 30 Imported by: 0

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
	AutoScalingManager autoscaling.Manager
	// contains filtered or unexported fields
}

func New

func New(options Options) *Framework

type Options

type Options struct {
	KubeConfig           string
	ClusterName          string
	AWSRegion            string
	AWSVPCID             string
	ReleasedImageVersion string
	ClusterRoleArn       string
}
var GlobalOptions Options

func (*Options) BindFlags

func (options *Options) BindFlags()

func (*Options) Validate

func (options *Options) Validate() error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL