framework

package
v1.1.1 Latest Latest
Warning

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

Go to latest
Published: Apr 16, 2024 License: Apache-2.0 Imports: 13 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
	NamespaceManager     namespace.Manager
	ServiceManager       service.Manager
	PodManager           pod.Manager
	NetworkPolicyManager networkpolicy.Manager
}

func New

func New(options Options) *Framework

type Options

type Options struct {
	AWSRegion         string
	KubeConfig        string
	ClusterName       string
	NgNameLabelKey    string
	NgNameLabelVal    string
	EKSEndpoint       string
	TestImageRegistry string
	IpFamily          string
}
var GlobalOptions Options

func (*Options) BindFlags

func (options *Options) BindFlags()

func (*Options) Validate

func (options *Options) Validate() error

Directories

Path Synopsis
resources

Jump to

Keyboard shortcuts

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