dashboard

package
v0.0.1 Latest Latest
Warning

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

Go to latest
Published: Nov 3, 2022 License: Apache-2.0 Imports: 15 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Browser

type Browser struct {
	URL string
}

func (*Browser) Open

func (b *Browser) Open() error

type Opener

type Opener interface {
	Open() error
}

type Options

type Options struct {
	options.BaseOptions
	KubeClient          kubernetes.Interface
	Namespace           string
	ServiceName         string
	BasicAuthSecretName string
	NoBrowser           bool
	Quiet               bool
	BrowserHandler      Opener
}

func NewCmdDashboard

func NewCmdDashboard() (*cobra.Command, *Options)

NewCmdDashboard opens the dashboard

func (*Options) Run

func (o *Options) Run() error

Jump to

Keyboard shortcuts

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