models

package
v0.0.0-...-52bbffb Latest Latest
Warning

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

Go to latest
Published: Feb 1, 2020 License: GPL-3.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Namespace

type Namespace struct {
	gorm.Model
	Name   string
	Labels string
}

type Node

type Node struct {
	gorm.Model
	Name         string
	InstanceType string
	Region       string
	Zone         string
	Hostname     string
	UID          string
	Version      string
	OS           string
	Labels       string
}

type Pod

type Pod struct {
	gorm.Model
	Name      string
	Namespace string
	Labels    string
	OwnerType string
	OwnerName string
}

type PodMetric

type PodMetric struct {
	gorm.Model
	MetricName  string
	MetricValue float64
	Namespace   string
	NodeName    string
	PodName     string
	OwnerType   string
	OwnerName   string
	IsSent      bool
}

Jump to

Keyboard shortcuts

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