cmd

package
v0.1.1 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewCmdGetenv

func NewCmdGetenv(streams genericclioptions.IOStreams) *cobra.Command

NewCmdAks provides a cobra command wrapping AksOptions

Types

type GetEnvOptions

type GetEnvOptions struct {
	Pod       string
	Namespace string

	ClientSet *kubernetes.Clientset
	genericclioptions.IOStreams
	// contains filtered or unexported fields
}

GetEnvOptions provides information required to get the env from pods

func NewGetEnvOptions

func NewGetEnvOptions(streams genericclioptions.IOStreams) *GetEnvOptions

NewGetEnvOptions provides an instance of GetEnvOptions with default values

func (*GetEnvOptions) Complete

func (o *GetEnvOptions) Complete(cmd *cobra.Command, args []string) error

Complete sets all required information for kubectl getenv plugin

func (*GetEnvOptions) GetEnv

func (o *GetEnvOptions) GetEnv() error

GetEnv gets all environment variable for specific container

Jump to

Keyboard shortcuts

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