config

package
v0.0.0-...-f7d4827 Latest Latest
Warning

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

Go to latest
Published: Nov 28, 2024 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type RunConfiguration

type RunConfiguration struct {
	IgnoreContainerCpuLimitRequirement    bool
	IgnoreContainerMemoryLimitRequirement bool
	EnabledOptionalTests                  map[string]struct{}
	UseIgnoreChecksAnnotation             bool
	UseOptionalChecksAnnotation           bool
	KubernetesVersion                     Semver
	MinReplicasDeployment                 int
	MinReplicasHPA                        int
}

type Semver

type Semver struct {
	Major int
	Minor int
}

func ParseSemver

func ParseSemver(s string) (Semver, error)

func (Semver) LessThan

func (s Semver) LessThan(other Semver) bool

func (Semver) String

func (s Semver) String() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL
JackTT - Gopher 🇻🇳