info

package
v0.0.0-...-e51d0cd Latest Latest
Warning

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

Go to latest
Published: Apr 1, 2024 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DevkCondition

type DevkCondition string

type DevkInfoAccessor

type DevkInfoAccessor interface {
	GetDevkName() string
	GetNamespace() string
	GetPhase() DevkPhase
	GetNode() string
	GetIPs() []string
	IsReady() bool
	Protected() bool
}

func NewDevkInfoAccessor

func NewDevkInfoAccessor(podLister listerscorev1.PodLister, r *release.Release) DevkInfoAccessor

type DevkPhase

type DevkPhase string
const (
	DevkPending     DevkPhase = "Pending"
	DevkRunning     DevkPhase = "Running"
	DevkStopped     DevkPhase = "Stopped"
	DevkFailed      DevkPhase = "Failed"
	DevkTerminating DevkPhase = "Terminating"
	DevkUnknown     DevkPhase = "Unknown"
)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL
JackTT - Gopher 🇻🇳