v1alpha3

package
v0.29.0 Latest Latest
Warning

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

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

Documentation

Overview

Package v1alpha3 provides the command definitions for TKR API v1alpha3

Index

Constants

This section is empty.

Variables

View Source
var (
	LogLevel int32
	LogFile  string
)
View Source
var ActivateCmd = &cobra.Command{
	Use:   "activate TKR_NAME",
	Short: "Activate Tanzu Kubernetes Releases",
	Long:  "Activate Tanzu Kubernetes Releases",
	Args:  cobra.ExactArgs(1),
	RunE:  activateKubernetesReleasesCmd,
}
View Source
var DeactivateCmd = &cobra.Command{
	Use:   "deactivate TKR_NAME",
	Short: "Deactivate Tanzu Kubernetes Releases",
	Long:  "Deactivate Tanzu Kubernetes Releases",
	Args:  cobra.ExactArgs(1),
	RunE:  deactivateKubernetesReleasesCmd,
}
View Source
var GetTanzuKubernetesRleasesCmd = &cobra.Command{
	Use:   "get TKR_NAME",
	Short: "Get available Tanzu Kubernetes releases",
	Long:  "Get available Tanzu Kubernetes releases",
	RunE:  getKubernetesReleases,
}
View Source
var OsCmd = &cobra.Command{
	Use:   "os",
	Short: "Get the OS information for a Tanzu Kubernetes Release",
	Long:  `Get the OS information for a Tanzu Kubernetes Release`,
}

Functions

func OsInfoString

func OsInfoString(os runv1alpha3.OSInfo) string

Types

This section is empty.

Jump to

Keyboard shortcuts

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