kubernetes

package
v0.0.4 Latest Latest
Warning

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

Go to latest
Published: Dec 8, 2023 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CrdExists

type CrdExists struct {
	CrdName string
}

func NewCrdExists

func NewCrdExists(crdName string) CrdExists

func (CrdExists) Dependencies

func (c CrdExists) Dependencies(config *steps.Config) []steps.Dependency

func (CrdExists) Description

func (c CrdExists) Description() string

func (CrdExists) Name

func (c CrdExists) Name() string

func (CrdExists) Run

func (c CrdExists) Run(ctx context.Context, deps *steps.Deps) steps.Results

type FinishPortForward

type FinishPortForward struct {
	Port          int
	LabelSelector string
}

func (FinishPortForward) Dependencies

func (c FinishPortForward) Dependencies(config *steps.Config) []steps.Dependency

func (FinishPortForward) Description

func (c FinishPortForward) Description() string

func (FinishPortForward) Name

func (c FinishPortForward) Name() string

func (FinishPortForward) Run

type PodRunning

type PodRunning struct {
	LabelSelector string
}

func NewPodRunning

func NewPodRunning(labelSelector string) *PodRunning

func (PodRunning) Dependencies

func (p PodRunning) Dependencies(config *steps.Config) []steps.Dependency

func (PodRunning) Description

func (p PodRunning) Description() string

func (PodRunning) Name

func (p PodRunning) Name() string

func (PodRunning) Run

func (p PodRunning) Run(ctx context.Context, deps *steps.Deps) steps.Results

type StartPortForward

type StartPortForward struct {
	Port          int
	LabelSelector string
}

func (StartPortForward) Dependencies

func (c StartPortForward) Dependencies(config *steps.Config) []steps.Dependency

func (StartPortForward) Description

func (c StartPortForward) Description() string

func (StartPortForward) Name

func (c StartPortForward) Name() string

func (StartPortForward) Run

type Version

type Version struct{}

func (Version) Dependencies

func (c Version) Dependencies(config *steps.Config) []steps.Dependency

func (Version) Description

func (c Version) Description() string

func (Version) Name

func (c Version) Name() string

func (Version) Run

func (c Version) Run(ctx context.Context, deps *steps.Deps) steps.Results

Jump to

Keyboard shortcuts

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