ksuite

package module
v0.0.0-...-40a0a99 Latest Latest
Warning

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

Go to latest
Published: Dec 29, 2024 License: Apache-2.0 Imports: 23 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func DeleteCluster

func DeleteCluster(ctx context.Context, cl *Cluster) error

func FindFreePort

func FindFreePort(from uint16) uint16

func GetInternalIP

func GetInternalIP() (string, error)

func IsPortFree

func IsPortFree(port int) bool

Types

type Cluster

type Cluster struct {
	Context      context.Context
	Cancel       context.CancelCauseFunc
	KubeConfPath string
	KubeConfig   clientcmd.ClientConfig
	K3D          *k3d.Cluster
	RegistryAddr string
	HostIP       string
}

func CreateCluster

func CreateCluster(ctx context.Context, o ...CreateClusterOpt) (*Cluster, error)

type CreateClusterOpt

type CreateClusterOpt func(c *CreateClusterOpts)

func WithIngressPort

func WithIngressPort(host, con uint16) CreateClusterOpt

func WithNodePort

func WithNodePort(host, con uint16) CreateClusterOpt

func WithUseRegistry

func WithUseRegistry(reg string) CreateClusterOpt

type CreateClusterOpts

type CreateClusterOpts struct {
	Use         []string
	ExposePorts []v1alpha5.PortWithNodeFilters
}

type KubeSuite

type KubeSuite struct {
	suite.Suite
	Cluster *Cluster
	Kube    kubernetes.Interface
	Config  *rest.Config

	// Don't touch the namespaces specified.
	SkipCleanNamespaces []string
	// Don't touch the namespaces that match the selectors.
	SkipCleanNamespaceSelectors []string
	// A K3D registry string pointing to external registry.
	UseRegistry string
}

func (*KubeSuite) AfterTest

func (k *KubeSuite) AfterTest(_, _ string)

func (*KubeSuite) SetupSuite

func (k *KubeSuite) SetupSuite()

func (*KubeSuite) TearDownSuite

func (k *KubeSuite) TearDownSuite()

Jump to

Keyboard shortcuts

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