common

package
v0.0.0-...-01631fc Latest Latest
Warning

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

Go to latest
Published: Nov 12, 2021 License: BSD-3-Clause Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type HealthCheck

type HealthCheck struct {
	Group       string `json:"group"`
	Target      string `json:"target"`
	StartTime   string `json:"startTime"`
	CompletedAt string `json:"completedAt"`
	Duration    string `json:"duration"`
	Status      string `json:"status"`
	Namespace   string `json:"namespace"`
	PodName     string `json:"podName"`
	CheckName   string `json:"checkName"`
	Owner       string `json:"owner"`
	Error       string `json:"error"`
	Frequency   int    `json:"frequency"`
}

type HealthCheckGroupedByDay

type HealthCheckGroupedByDay struct {
	DayDate string `json:"dayDate"`
	Count   int    `json:"count"`
}

Jump to

Keyboard shortcuts

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