common

package
v0.5.0 Latest Latest
Warning

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

Go to latest
Published: Mar 26, 2020 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GenerateTableElementWithSummary

func GenerateTableElementWithSummary(list []string, maxColumnLength int) string

Types

type GroupMemberPod

type GroupMemberPod struct {
	Pod *networkingv1beta1.PodReference `json:"pod,omitempty" yaml:"pod,omitempty"`
	// IP maintains the IPAddress associated with the Pod.
	IP string `json:"ip,omitempty" yaml:"ip,omitempty"`
	// Ports maintain the named port mapping of this Pod.
	Ports []networkingv1beta1.NamedPort `json:"ports,omitempty" yaml:"ports,omitempty"`
}

type TableOutput

type TableOutput interface {
	GetTableHeader() []string
	GetTableRow(maxColumnLength int) []string
}

Jump to

Keyboard shortcuts

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