deploy

package
v0.0.0-...-bc8f966 Latest Latest
Warning

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

Go to latest
Published: Jul 22, 2026 License: Apache-2.0 Imports: 14 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GetDaemonSetStatus

func GetDaemonSetStatus(ds *appsv1.DaemonSet) (ready bool, err error)

Types

type Applier

type Applier func(object metav1.Object)

Applier gives an opportunity to the caller to initialize a deployment artifact before it is created or updated.

func (Applier) Apply

func (a Applier) Apply(object metav1.Object)

type Interface

type Interface interface {
	Name() string
	IsAvailable() (available bool, err error)
	Get() (object runtime.Object, accessor metav1.Object, err error)
	Ensure(parent, child Applier, generations []operatorsv1.GenerationStatus) (object runtime.Object, accessor metav1.Object, err error)
}

Jump to

Keyboard shortcuts

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