cmd

package
v0.0.0-...-f648fd3 Latest Latest
Warning

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

Go to latest
Published: Nov 30, 2023 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Execute

func Execute()

Types

type Cluster

type Cluster struct {
	Name     string `json:"name"`
	Url      string `json:"url"`
	Username string `json:"username"`
	Password string `json:"password"`
}

func (*Cluster) Validate

func (c *Cluster) Validate() error

type Clusterset

type Clusterset struct {
	Clusters       []*Cluster `json:"clusters"`
	CurrentContext string     `json:"current-context,omitempty"`
}

func (*Clusterset) Validate

func (c *Clusterset) Validate() error

Jump to

Keyboard shortcuts

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