cmd

package
v0.0.0-...-0b60dbc Latest Latest
Warning

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

Go to latest
Published: Jul 25, 2019 License: Apache-2.0 Imports: 14 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Execute

func Execute()

Execute adds all child commands to the root command and sets flags appropriately. This is called by main.main(). It only needs to happen once to the rootCmd.

Types

type Deployment

type Deployment struct {
	Deployment string
	Desired    int
	Deployed   int
	Ready      int
	Age        string
}

Deployment struct defined here

type Node

type Node struct {
	NodeName       string
	Status         string
	InternalIP     string
	KernelVersion  string
	KubeletVersion string
	Runtime        string
	Message        string
	Age            string
}

Node struct definition:

type Pod

type Pod struct {
	PodName  string
	Status   string
	Restarts int
	PodIP    string
	Message  string
	NodeName string
	Age      string
}

Pod struct defined here

type ReplicaSet

type ReplicaSet struct {
	ReplicaSet string
	Desired    int
	Deployed   int
	Available  int
	Ready      int
	Age        string
}

ReplicaSet struct defined here

Jump to

Keyboard shortcuts

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