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" )
Click to show internal directories.
Click to hide internal directories.