scenarios

package
v3.0.0-...-d6c4d9c Latest Latest
Warning

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

Go to latest
Published: Apr 14, 2023 License: Apache-2.0 Imports: 24 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Generator

type Generator struct {
	// contains filtered or unexported fields
}

func NewGenerator

func NewGenerator() *Generator

func (*Generator) Scenarios

func (g *Generator) Scenarios(ctx context.Context, opts *ctypes.Options, log *zap.SugaredLogger) ([]Scenario, error)

func (*Generator) WithCloudProviders

func (g *Generator) WithCloudProviders(providerNames ...kubermaticv1.CloudProvider) *Generator

func (*Generator) WithContainerRuntimes

func (g *Generator) WithContainerRuntimes(runtimes ...string) *Generator

func (*Generator) WithDualstack

func (g *Generator) WithDualstack(enable bool) *Generator

func (*Generator) WithOSM

func (g *Generator) WithOSM(enable bool) *Generator

func (*Generator) WithOperatingSystems

func (g *Generator) WithOperatingSystems(operatingSystems ...kubermaticv1.OperatingSystem) *Generator

func (*Generator) WithVersions

func (g *Generator) WithVersions(versions ...*semver.Semver) *Generator

type Scenario

type Scenario interface {
	CloudProvider() kubermaticv1.CloudProvider
	OperatingSystem() kubermaticv1.OperatingSystem
	ContainerRuntime() string
	ClusterVersion() semver.Semver
	Datacenter() *kubermaticv1.Datacenter
	Name() string
	Log(log *zap.SugaredLogger) *zap.SugaredLogger
	NamedLog(log *zap.SugaredLogger) *zap.SugaredLogger
	IsValid() error

	Cluster(secrets types.Secrets) *kubermaticv1.ClusterSpec
	MachineDeployments(ctx context.Context, num int, secrets types.Secrets, cluster *kubermaticv1.Cluster, sshPubKeys []string) ([]clusterv1alpha1.MachineDeployment, error)
}

Jump to

Keyboard shortcuts

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