config

package
v1.18.0 Latest Latest
Warning

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

Go to latest
Published: Feb 5, 2024 License: MIT Imports: 5 Imported by: 2

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 added in v1.8.0

type Semver struct {
	Major int
	Minor int
}

func ParseSemver added in v1.8.0

func ParseSemver(s string) (Semver, error)

func (Semver) LessThan added in v1.8.0

func (s Semver) LessThan(other Semver) bool

func (Semver) String added in v1.8.0

func (s Semver) String() string

Jump to

Keyboard shortcuts

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