types

package
v0.0.0-...-f23b2cd Latest Latest
Warning

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

Go to latest
Published: Jul 18, 2024 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ApiGroupInfo

type ApiGroupInfo struct {
	GroupVersion schema.GroupVersion
	ResourceName []metav1.APIResource
}

type DeploySummaryInfo

type DeploySummaryInfo struct {
	Namespace string
	Name      string
	Labels    map[string]string
}

type NamespaceSummaryInfo

type NamespaceSummaryInfo struct {
	Name   string
	Labels map[string]string
}

type NodeSummaryInfo

type NodeSummaryInfo struct {
	Name   string
	Labels map[string]string
}

type PodSummaryInfo

type PodSummaryInfo struct {
	Namespace string
	Name      string
	Status    corev1.PodPhase
	IPs       []corev1.PodIP
	Labels    map[string]string
}

type SvcSummaryInfo

type SvcSummaryInfo struct {
	Namespace string
	Name      string
	Labels    map[string]string
}

type VMIInfo

type VMIInfo struct {
	Name      string
	Namespace string
	Status    interface{}
	Template  interface{}
	Labels    map[string]string
}

type VMInfo

type VMInfo struct {
	Name      string
	Namespace string
	Status    string
	Running   bool
	Template  interface{}
	Labels    map[string]string
}

Jump to

Keyboard shortcuts

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