schema

package
v0.0.0-...-258430d Latest Latest
Warning

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

Go to latest
Published: Jan 4, 2022 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var PodList map[string]Pod
View Source
var PodSchema, _ = graphql.NewSchema(graphql.SchemaConfig{
	Query: rootQuery,
})

Functions

This section is empty.

Types

type Pod

type Pod struct {
	Name      string `json:"name"`
	Namespace string `json:"namespace"`
	Node      string `json:"node"`
	Phase     string `json:"phase"`
}

Jump to

Keyboard shortcuts

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