types

package
v0.0.0-...-7066132 Latest Latest
Warning

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

Go to latest
Published: Feb 22, 2024 License: Apache-2.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 Cast

type Cast struct {
	Name              string       `json:"name"`
	Namespace         string       `json:"namespace"`
	CreationTimestamp time.Time    `protobuf:"-"`
	DeletionTimestamp time.Time    `protobuf:"-"`
	Phase             v1.PodPhase  `json:"phase"`
	Status            v1.PodStatus `json:"status,omitempty" protobuf:"bytes,3,opt,name=status"`
}

type Castchange

type Castchange struct {
	Name              string    `json:"name"`
	Namespace         string    `json:"namespace"`
	CreationTimestamp time.Time `protobuf:"-"`
	Changeset         Changeset `json:"status,omitempty" protobuf:"bytes,3,opt,name=status"`
}

type Changeset

type Changeset struct {
	Before v1.PodPhase `json:"before,omitempty" protobuf:"bytes,3,opt,name=status"`
	After  v1.PodPhase `json:"after,omitempty" protobuf:"bytes,3,opt,name=status"`
}

type HelmChart

type HelmChart struct {
	ApiVersion  string `yaml:"apiVersion"`
	Name        string `yaml:"name"`
	Description string `yaml:"description"`
	Type        string `yaml:"type"`
	Version     string `yaml:"version"`
	AppVersion  string `yaml:"appVersion"`
}

type Metrics

type Metrics struct {
	Total     int `json:"total"`
	Pending   int `json:"pending"`
	Running   int `json:"running"`
	Succeeded int `json:"succeeded"`
	Failed    int `json:"failed"`
	Unknown   int `json:"unknown"`
}

type Msg

type Msg struct {
	Name      string `json:"name"`
	Namespace string `json:"namespace"`
}

Jump to

Keyboard shortcuts

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