apps

package
v0.0.0-...-ae3d3cc Latest Latest
Warning

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

Go to latest
Published: Mar 2, 2024 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Deployment

type Deployment struct {
	*common.SimpleResource[*v1.Deployment]
	WaitForConverged bool
}

func NewDeployment

func NewDeployment(deployment *v1.Deployment) *Deployment

func (*Deployment) Converged

func (c *Deployment) Converged(ctx context.Context, cli client.Client, namespace string) (bool, error)

type StatefulSet

type StatefulSet struct {
	*common.SimpleResource[*v1.StatefulSet]
	WaitForConverged bool
}

func NewStatefulSet

func NewStatefulSet(statefulSet *v1.StatefulSet) *StatefulSet

func (*StatefulSet) Converged

func (c *StatefulSet) Converged(ctx context.Context, cli client.Client, namespace string) (bool, error)

Jump to

Keyboard shortcuts

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