v1

package
v0.0.0-...-425509c Latest Latest
Warning

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

Go to latest
Published: Oct 30, 2023 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// VersionMajor is for an API incompatible changes
	VersionMajor = 1
	// VersionMinor is for functionality in a backwards-compatible manner
	VersionMinor = 0
	// VersionPatch is for backwards-compatible bug fixes
	VersionPatch = 0

	// VersionDev indicates development branch. Releases will be empty string.
	VersionDev = "-dev"
)

Variables

Version is the specification version that the package types support.

Functions

This section is empty.

Types

type ImageCompatibilitySchema

type ImageCompatibilitySchema struct {
	Version string      `json:"schemaVersion"`
	Linux   LinuxSchema `json:"linux,omitempty"`
}

type LinuxSchema

type LinuxSchema map[string]map[string]*linux.Schema

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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