deploy

package
v0.5.1 Latest Latest
Warning

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

Go to latest
Published: Sep 2, 2026 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Overview

Package deploy publishes immutable workloads and commits desired state.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Apply

func Apply(ctx context.Context, store indexStore, nodeGroup, name string, deployment manifest.Deployment) error

Apply publishes immutable payloads and commits one deployment to desired state.

func Delete

func Delete(ctx context.Context, store indexStore, nodeGroup, name string) error

Delete removes one deployment from desired state.

Types

type Listing added in v0.2.0

type Listing struct {
	Name      string
	Namespace string
	NodeGroup string
	Service   string
	Origin    string
}

Listing describes one deployment in committed cluster desired state.

func List added in v0.2.0

func List(ctx context.Context, store listingStore) ([]Listing, error)

List reads and validates every deployment in committed cluster desired state.

Jump to

Keyboard shortcuts

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