Documentation ¶
Overview ¶
Package command creates and initializes the tanzu CLI.
Package command provides commands
Index ¶
Constants ¶
View Source
const ( CeipOptInStatus = "Opt-in" CeipOptOutStatus = "Opt-out" )
CeipOptOutStatus and CeipOptInStatus are constants for the CEIP opt-in/out verbiage
View Source
const ( ConfigLiteralFeatures = "features" ConfigLiteralEnv = "env" )
ConfigLiterals used with set/unset commands
View Source
const DefaultDocsDir = "docs/cli/commands"
DefaultDocsDir is the base docs directory
View Source
const ErrorDocsOutputFolderNotExists = "" /* 137-byte string literal not displayed */
Variables ¶
This section is empty.
Functions ¶
Types ¶
type TKGKubeconfigFetcher ¶ added in v0.90.0
type TKGKubeconfigFetcher interface {
GetPinnipedKubeconfig() (mergeFilePath, currentContext string, err error)
}
func NewTKGKubeconfigFetcher ¶ added in v0.90.0
func NewTKGKubeconfigFetcher(endpoint, endpointCACertPath string, insecureSkipTLSVerify bool) TKGKubeconfigFetcher
type TKGKubeconfigFetcherOptions ¶ added in v0.90.0
type TKGKubeconfigFetcherOptions struct { Endpoint string InsecureSkipTLSVerify bool EndpointCACertPath string CmdExecutor func(command *cobra.Command, args []string) (stdOut []byte, stderr []byte, err error) }
func (*TKGKubeconfigFetcherOptions) GetPinnipedKubeconfig ¶ added in v0.90.0
func (tkfo *TKGKubeconfigFetcherOptions) GetPinnipedKubeconfig() (string, string, error)
Source Files ¶
Click to show internal directories.
Click to hide internal directories.