Documentation ¶
Index ¶
- func FormatBinaryVersion(out io.Writer, v *storage.NamespaceBinaryVersion)
- func FormatVersionInfo(out io.Writer, v *VersionInfo)
- func NewAttachCmd() *cobra.Command
- func NewBuildBinaryCmd() *cobra.Command
- func NewBuildCmd() *cobra.Command
- func NewCacheCmd() *cobra.Command
- func NewDebugShellCmd() *cobra.Command
- func NewDeployCmd() *cobra.Command
- func NewDeployPlanCmd() *cobra.Command
- func NewDeploymentCmd() *cobra.Command
- func NewDevCmd() *cobra.Command
- func NewDoctorCmd() *cobra.Command
- func NewFmtCmd() *cobra.Command
- func NewGenerateCmd() *cobra.Command
- func NewImagesCmd() *cobra.Command
- func NewKeysCmd() *cobra.Command
- func NewLintCmd() *cobra.Command
- func NewLoginCmd() *cobra.Command
- func NewLogsCmd() *cobra.Command
- func NewLsCmd() *cobra.Command
- func NewModCmd() *cobra.Command
- func NewTestCmd() *cobra.Command
- func NewTidyCmd() *cobra.Command
- func NewUnprepareCmd() *cobra.Command
- func NewUseCmd() *cobra.Command
- func NewVersionCmd() *cobra.Command
- func RegisterCommands(root *cobra.Command)
- func RunCommand(ctx context.Context, args []string) error
- type Binary
- type Ingress
- type Output
- type VersionInfo
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FormatBinaryVersion ¶ added in v0.0.73
func FormatBinaryVersion(out io.Writer, v *storage.NamespaceBinaryVersion)
func FormatVersionInfo ¶
func FormatVersionInfo(out io.Writer, v *VersionInfo)
func NewAttachCmd ¶
func NewBuildBinaryCmd ¶
func NewBuildCmd ¶
func NewCacheCmd ¶
func NewDebugShellCmd ¶
func NewDeployCmd ¶
func NewDeployPlanCmd ¶
func NewDeploymentCmd ¶
func NewDoctorCmd ¶
func NewGenerateCmd ¶
func NewImagesCmd ¶
func NewKeysCmd ¶
func NewLintCmd ¶
func NewLoginCmd ¶
func NewLogsCmd ¶
func NewTestCmd ¶
func NewTidyCmd ¶
func NewUnprepareCmd ¶
func NewVersionCmd ¶
func RegisterCommands ¶
Types ¶
type VersionInfo ¶
type VersionInfo struct { Binary *storage.NamespaceBinaryVersion GOOS, GOARCH string APIVersion, CacheVersion, ToolAPIVersion int }
func CollectVersionInfo ¶
func CollectVersionInfo() (*VersionInfo, error)
Source Files ¶
Click to show internal directories.
Click to hide internal directories.