version

package
v1.1.2 Latest Latest
Warning

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

Go to latest
Published: Sep 29, 2021 License: Apache-2.0 Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Command

func Command(ctx context.Context) *cobra.Command

Types

type Component added in v1.1.0

type Component struct {
	ComponentName string           `json:"componentName"`
	Images        []componentImage `json:"images"`
}

type Options added in v1.1.0

type Options struct {
	Kubeconfig  string
	Kubecontext string
	Namespace   string
}

type ServerVersion added in v1.1.0

type ServerVersion struct {
	Namespace  string      `json:"Namespace"`
	Components []Component `json:"components"`
}

func MakeServerVersions added in v1.1.0

func MakeServerVersions(ctx context.Context, opts *Options) []ServerVersion

Jump to

Keyboard shortcuts

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