api

package
v0.0.0-...-0e08e7c Latest Latest
Warning

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

Go to latest
Published: Sep 30, 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 Deployment

type Deployment struct {
	Name      string `json:"name"`
	Namespace string `json:"namespace"`
	Replicas  int32  `json:"replicas"`
}

Deployment ...

type Pod

type Pod struct {
	Name    string `json:"name"`
	Status  string `json:"status"`
	Message string `json:"message"`
}

Pod ...

type PodList

type PodList struct {
	Pods []Pod `json:"pods"`
}

PodList ...

Jump to

Keyboard shortcuts

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