kubernetes

package
v1.7.0 Latest Latest
Warning

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

Go to latest
Published: Jul 3, 2026 License: BSD-3-Clause, MIT Imports: 14 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewClustersCmd

func NewClustersCmd() *cobra.Command

NewClustersCmd returns the `kubernetes clusters` command group.

func NewCreateCmd

func NewCreateCmd() *cobra.Command

func NewDeleteCmd

func NewDeleteCmd() *cobra.Command

func NewGetCmd

func NewGetCmd() *cobra.Command

func NewKubeconfigCmd

func NewKubeconfigCmd() *cobra.Command

func NewListCmd

func NewListCmd() *cobra.Command

func NewVersionsCmd

func NewVersionsCmd() *cobra.Command

NewVersionsCmd returns the `kubernetes versions` command group.

Types

type Cluster

type Cluster struct {
	components.KubernetesClusterData
}

Cluster wraps the full SDK cluster data returned by the get endpoint.

func (*Cluster) GetData

func (m *Cluster) GetData() []renderer.ResponseData

func (*Cluster) TableRow

func (m *Cluster) TableRow() table.Row

type ClusterList

type ClusterList struct {
	Data []*ClusterSummary
}

ClusterList is a renderable collection of clusters (list/summary shape).

func (*ClusterList) GetData

func (m *ClusterList) GetData() []renderer.ResponseData

type ClusterSummary

type ClusterSummary struct {
	components.KubernetesClusterSummaryData
}

ClusterSummary wraps the SDK summary data returned by the list endpoint.

func (*ClusterSummary) GetData

func (m *ClusterSummary) GetData() []renderer.ResponseData

func (*ClusterSummary) TableRow

func (m *ClusterSummary) TableRow() table.Row

type CreateClusterOperation

type CreateClusterOperation struct{}

type DeleteClusterOperation

type DeleteClusterOperation struct{}

type GetClusterOperation

type GetClusterOperation struct{}

type KubeconfigOperation

type KubeconfigOperation struct{}

type ListClusterOperation

type ListClusterOperation struct{}

type ListVersionsOperation

type ListVersionsOperation struct{}

type Version

Version wraps an available Kubernetes version for rendering.

func (*Version) TableRow

func (v *Version) TableRow() table.Row

Jump to

Keyboard shortcuts

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