types

package
v0.2.1 Latest Latest
Warning

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

Go to latest
Published: Jun 7, 2020 License: Apache-2.0 Imports: 0 Imported by: 2

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ClientConfig

type ClientConfig struct {
	ConfigFile    string
	Namespace     string
	Context       string
	AllNamespaces bool
}

ClientConfig represents configuration for the Kubernetes Client

type ContainerStatus

type ContainerStatus struct {
	Name  string
	Ready bool
}

ContainerStatus is a wrapper around a Kubernetes Pod's Container Status

type EventSelectors

type EventSelectors struct {
	Label string
	Field string
}

EventSelectors represents what selectors to use when listing pods

type PodCondition

type PodCondition struct {
	Type       string
	Successful bool
	Reason     string
	Message    string
}

PodCondition is a wrapper around a Kubernetes Pod Condition

type PodSelectors

type PodSelectors struct {
	Label string
	Field string
	Names []string
}

PodSelectors represents what selectors to use when listing pods

Jump to

Keyboard shortcuts

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