windows

package
v0.0.0-...-00d472e Latest Latest
Warning

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

Go to latest
Published: Oct 8, 2024 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var BuildNumber = map[ServerVersion]string{
	Server2019: "10.0.17763",
	Server2022: "10.0.20348",
}

BuildNumber returns the build for a given server version as defined by Microsoft

View Source
var SupportedVersions = []ServerVersion{Server2019, Server2022, ""}

SupportedVersions are the Windows Server versions supported by the e2e test. "" implies the default which is Server2022

Functions

func IsSupported

func IsSupported(version ServerVersion) bool

IsSupported checks if the given version is supported

Types

type ServerVersion

type ServerVersion string
const (
	// Server2019 represent Windows Server 2019
	Server2019 ServerVersion = "2019"
	// Server2022 represent Windows Server 2022
	Server2022 ServerVersion = "2022"
)

Jump to

Keyboard shortcuts

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