stackroxversions

package
v0.4.1 Latest Latest
Warning

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

Go to latest
Published: Jun 17, 2026 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	SupportsAdditionalPrinterColumnsConstraint = func() *semver.Constraints {
		constraint, err := semver.NewConstraint(">= 4.9.0")
		if err != nil {
			panic("invalid semver constraint")
		}
		return constraint
	}()
)

Functions

func SupportsAdditionalPrinterColumns

func SupportsAdditionalPrinterColumns(version string) (bool, error)

SupportsAdditionalPrinterColumns checks if the provided main image tag supports the additional printer columns (i.e., >= 4.9.0).

Types

This section is empty.

Jump to

Keyboard shortcuts

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