types

package
v0.0.0-...-7305bdf Latest Latest
Warning

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

Go to latest
Published: Feb 15, 2023 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ClusterInventory

type ClusterInventory struct {
	Version     string          `json:"version"`
	ClusterName string          `json:"clustername"`
	GeneratedAt string          `json:"generatedat"`
	ImageState  []PodImageState `json:"imagestate"`
}

type HttpReturn

type HttpReturn struct {
	Status  string `json:"status"`
	Message string `json:"message,omitempty"`
}

type PodImageState

type PodImageState struct {
	Name      string   `json:"name"`
	Namespace string   `json:"namespace"`
	StartTime string   `json:"starttime"`
	Images    []string `json:"images"`
}

Jump to

Keyboard shortcuts

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