ps

package
v0.8.0 Latest Latest
Warning

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

Go to latest
Published: Oct 8, 2020 License: Apache-2.0 Imports: 16 Imported by: 5

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Ps

type Ps struct {
	A_All       bool `desc:"print all resources, including router and externalservice"`
	W_Workloads bool `desc:"include apps/v1 Deployments and DaemonSets in output"`
}

func (*Ps) Customize

func (p *Ps) Customize(cmd *cli.Command)

func (*Ps) Run

func (p *Ps) Run(ctx *clicontext.CLIContext) error

type ServiceData

type ServiceData struct {
	Name       string
	Service    *riov1.Service
	Weight     int
	Deployment *appsv1.Deployment
	DaemonSet  *appsv1.DaemonSet
	Namespace  string
	Pods       []*corev1.Pod
	GitWatcher *webhookv1.GitWatcher
}

func (ServiceData) Object added in v0.6.0

func (s ServiceData) Object() runtime.Object

Jump to

Keyboard shortcuts

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