models

package
v0.6.0 Latest Latest
Warning

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

Go to latest
Published: Jan 10, 2023 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type NodeToPodsMap

type NodeToPodsMap map[string][]v1.Pod

func (NodeToPodsMap) Summary

func (np NodeToPodsMap) Summary() map[string][]string

type PodInfo

type PodInfo struct {
	Name      string `json:"name"`
	NodeName  string `json:"nodeName"`
	Namespace string `json:"namespace"`
}

type TargetedPodStatus added in v0.5.1

type TargetedPodStatus struct {
	Name       string `json:"name"`
	Namespace  string `json:"namespace"`
	IsTargeted bool   `json:"isTargeted"`
}

type WorkerStatus

type WorkerStatus struct {
	Name     string `json:"name"`
	NodeName string `json:"nodeName"`
	Status   string `json:"status"`
}

Jump to

Keyboard shortcuts

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