containerstatus

package
v1.1.6 Latest Latest
Warning

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

Go to latest
Published: Mar 18, 2026 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 ContainerStatus

type ContainerStatus struct {
	Name      string                  `json:"name,omitempty"`
	Image     string                  `json:"image,omitempty"`
	Ready     bool                    `json:"ready,omitempty"`
	Resources DeploymentResources     `json:"resources,omitempty"`
	Message   string                  `json:"message,omitempty"`
	Restarts  ContainerStatusRestarts `json:"restarts,omitempty"`
}

type ContainerStatusRestarts

type ContainerStatusRestarts struct {
	LastRestartTime string   `json:"lastRestartTime,omitempty"`
	ExitCode        *float32 `json:"exitCode,omitempty"`
	Reason          string   `json:"reason,omitempty"`
	Count           *float32 `json:"count,omitempty"`
}

type DeploymentResources

type DeploymentResources struct {
	Replicas      *float32 `json:"replicas,omitempty"`
	ReplicasReady *float32 `json:"replicasReady,omitempty"`
	Cpu           *float32 `json:"cpu,omitempty"`
	Memory        *float32 `json:"memory,omitempty"`
}

Jump to

Keyboard shortcuts

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