config

package
v0.0.0-...-448f0e6 Latest Latest
Warning

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

Go to latest
Published: May 25, 2023 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Configuration

type Configuration struct {
	AllFiles                              []ks.NamedReader
	VerboseOutput                         int
	IgnoreContainerCpuLimitRequirement    bool
	IgnoreContainerMemoryLimitRequirement bool
	IgnoredTests                          map[string]struct{}
	EnabledOptionalTests                  map[string]struct{}
	UseIgnoreChecksAnnotation             bool
	UseOptionalChecksAnnotation           bool
	KubernetesVersion                     Semver
}

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