output

package
v0.8.0-rc.1 Latest Latest
Warning

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

Go to latest
Published: Apr 11, 2018 License: Apache-2.0 Imports: 22 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func BindFlags

func BindFlags(flags *pflag.FlagSet)

BindFlags defines a set of output-specific flags within the provided FlagSet.

func BoolPointerString added in v0.6.0

func BoolPointerString(b *bool, falseString, trueString, nilString string) string

BoolPointerString returns the appropriate string based on the bool pointer's value.

func ClearOutputFlagDefault

func ClearOutputFlagDefault(cmd *cobra.Command)

ClearOutputFlagDefault sets the current and default value of the "output" flag to the empty string.

func Describe added in v0.6.0

func Describe(fn func(d *Describer)) string

func DescribeBackup added in v0.6.0

func DescribeBackup(backup *v1.Backup, deleteRequests []v1.DeleteBackupRequest) string

DescribeBackup describes a backup in human-readable format.

func DescribeBackupSpec added in v0.6.0

func DescribeBackupSpec(d *Describer, spec v1.BackupSpec)

DescribeBackupSpec describes a backup spec in human-readable format.

func DescribeBackupStatus added in v0.6.0

func DescribeBackupStatus(d *Describer, status v1.BackupStatus)

DescribeBackupStatus describes a backup status in human-readable format.

func DescribeDeleteBackupRequests

func DescribeDeleteBackupRequests(d *Describer, requests []v1.DeleteBackupRequest)

DescribeDeleteBackupRequests describes delete backup requests in human-readable format.

func DescribeRestore added in v0.6.0

func DescribeRestore(restore *v1.Restore, arkClient clientset.Interface) string

func DescribeSchedule added in v0.6.0

func DescribeSchedule(schedule *v1.Schedule) string

func DescribeScheduleSpec added in v0.6.0

func DescribeScheduleSpec(d *Describer, spec v1.ScheduleSpec)

func DescribeScheduleStatus added in v0.6.0

func DescribeScheduleStatus(d *Describer, status v1.ScheduleStatus)

func GetLabelColumnsValues

func GetLabelColumnsValues(cmd *cobra.Command) []string

GetLabelColumnsValues returns the value of the "label-columns" flag in the provided command, or the zero value if not present.

func GetOutputFlagValue

func GetOutputFlagValue(cmd *cobra.Command) string

GetOutputFlagValue returns the value of the "output" flag in the provided command, or the zero value if not present.

func GetShowLabelsValue

func GetShowLabelsValue(cmd *cobra.Command) bool

GetShowLabelsValue returns the value of the "show-labels" flag in the provided command, or the zero value if not present.

func NewPrinter

func NewPrinter(cmd *cobra.Command) (*printers.HumanReadablePrinter, error)

NewPrinter returns a printer for doing human-readable table printing of Ark objects.

func PrintWithFormat

func PrintWithFormat(c *cobra.Command, obj runtime.Object) (bool, error)

PrintWithFormat prints the provided object in the format specified by the command's flags.

func ValidateFlags

func ValidateFlags(cmd *cobra.Command) error

ValidateFlags returns an error if any of the output-related flags were specified with invalid values, or nil otherwise.

Types

type Describer added in v0.6.0

type Describer struct {
	Prefix string
	// contains filtered or unexported fields
}

func (*Describer) DescribeMap added in v0.6.0

func (d *Describer) DescribeMap(name string, m map[string]string)

DescribeMap describes a map of key-value pairs using name as the heading.

func (*Describer) DescribeMetadata added in v0.6.0

func (d *Describer) DescribeMetadata(metadata metav1.ObjectMeta)

DescribeMetadata describes standard object metadata in a consistent manner.

func (*Describer) DescribeSlice added in v0.6.0

func (d *Describer) DescribeSlice(preindent int, name string, s []string)

DescribeSlice describes a slice of strings using name as the heading. The output is prefixed by "preindent" number of tabs.

func (*Describer) Printf added in v0.6.0

func (d *Describer) Printf(msg string, args ...interface{})

func (*Describer) Println added in v0.6.0

func (d *Describer) Println(args ...interface{})

Jump to

Keyboard shortcuts

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