platform

package
v0.0.0-...-7a9a01d Latest Latest
Warning

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

Go to latest
Published: Jul 7, 2025 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var SkipOSChecks bool

Functions

This section is empty.

Types

type Check

type Check struct {
	Name      string
	Mandatory bool
	Result    bool
	Err       error
	UserErr   string
}

type Platform

type Platform interface {
	Check() []Check
	Version() (string, error)
	CheckExistingInstallation() (bool, error)
	CheckKubernetesCluster() (bool, error)
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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