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) 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
Click to show internal directories.
Click to hide internal directories.