releases

package
v0.0.0-...-2caf503 Latest Latest
Warning

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

Go to latest
Published: Sep 28, 2023 License: Apache-2.0 Imports: 19 Imported by: 0

Documentation

Overview

Package releases implements the 'list releases' sub-command.

Index

Constants

This section is empty.

Variables

View Source
var (
	// Command performs the "list releases" function
	Command = &cobra.Command{
		Use:   "releases",
		Short: "List workload cluster releases",
		Long: `Prints all available workload cluster releases.

A workload cluster release is a software bundle that constitutes a cluster. It is identified
by its semantic version number. To learn more about the concept, please visit

    https://docs.giantswarm.io/general/releases/

Output
------

- VERSION: The version number identifying the workload cluster release.

- STATUS: The release status. Possible values:
  - active: The release can be used to create new clusters and the clusters can be upgraded
    to this release.
  - inactive: Clusters cannot be upgraded to this release. New clusters can only be created
    with this release if there are still other clusters running using this release.

- CREATED: Date and time of creation

- KUBERNETES: The Kubernetes version provided. After the Kubernetes version is considered
  "end of life", and indicator "EOL" is also shown.

- CONTAINERLINUX: The Flatcar Container Linux version provided as an operating system in
  Kubernetes nodes.

- COREDNS: The CodeDNS version provided.

- CALICO: The Project Calico version provided.
`,
		PreRun: printValidation,
		Run:    printResult,
	}
)

Functions

This section is empty.

Types

type Arguments

type Arguments struct {
	// contains filtered or unexported fields
}

Arguments are the actual arguments used to call the listReleases() function.

Jump to

Keyboard shortcuts

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