Documentation
¶
Index ¶
- Variables
- func BuildFakeNode(name string, unsched bool, capacity, alloc v1.ResourceList, ...) *v1.Node
- func BuildFakePod(name, namespace, schedulerName, queueName string, labels map[string]string, ...) *v1.Pod
- func BuildResources(res map[string]string) v1.ResourceList
- func GenFakeNode() error
- func GenFakePods() error
- func InitGenerateNodeFlags(cmd *cobra.Command)
- func InitGeneratePodFlags(cmd *cobra.Command)
Constants ¶
This section is empty.
Variables ¶
View Source
var ( GracePeriodSeconds int64 = 0 PhaseList = []v1.PodPhase{v1.PodPending, v1.PodRunning, v1.PodSucceeded, v1.PodFailed, v1.PodUnknown} )
Functions ¶
func BuildFakeNode ¶
func BuildFakeNode(name string, unsched bool, capacity, alloc v1.ResourceList, nodeConds []v1.NodeCondition, labels map[string]string) *v1.Node
func BuildFakePod ¶
func BuildResources ¶
func BuildResources(res map[string]string) v1.ResourceList
func GenFakeNode ¶
func GenFakeNode() error
func GenFakePods ¶
func GenFakePods() error
func InitGenerateNodeFlags ¶
InitGenerateNodeFlags is used to init all flags during generate data.
func InitGeneratePodFlags ¶
InitGeneratePodFlags is used to init all flags during generate pod data.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.