config

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: May 15, 2023 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 Configmap

type Configmap struct {
	Name string
}

type Container

type Container struct {
	Name            string
	Image           string
	ImagePullPolicy string
	Container       int
	Port            []v1.ContainerPort
}

type Daemonset

type Daemonset struct {
	Name      string
	CreatedAt string
	UniqueID  string
	Labels    map[string]string
}

type Deployment

type Deployment struct {
	Name      string
	Status    string
	CreatedAt string
	UniqueID  string
	Labels    map[string]string
}

type Event

type Event struct {
	Name       string
	Type       string
	ObjectName string
	CreatedAt  string
	UniqueID   string
}

type Namespace

type Namespace struct {
	Name      string
	CreatedAt string
	UniqueID  string
}

type Objmap

type Objmap struct {
	Objectkind string
	Objectname string
}

type Pod

type Pod struct {
	Name            string
	Status          string
	CreatedAt       string
	UniqueID        string
	NodeName        string
	IP              string
	ContainersCount int
	ContainersInfo  []Container
	Labels          map[string]string
}

type Replicaset

type Replicaset struct {
	Name           string
	CreatedAt      string
	UniqueID       string
	ReplicasetSpec interface{}
	Labels         map[string]string
}

type Replicationcontroller

type Replicationcontroller struct {
	Name      string
	CreatedAt string
	UniqueID  string
	Labels    map[string]string
}

type Secret

type Secret struct {
	Name      string
	SecretMap map[string]string
	Type      string
	CreatedAt string
	UniqueID  string
}

type Service

type Service struct {
	Name      string
	CreatedAt string
	UniqueID  string
	Labels    map[string]string
	Spec      interface{}
}

type Time

type Time struct {
	Time *metav1.Time
}

type WideResult

type WideResult struct {
	ApiVersion string
	Items      interface{}
	Kind       interface{}
	Metadata   interface{}
}

Jump to

Keyboard shortcuts

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