release

package
v0.5.3 Latest Latest
Warning

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

Go to latest
Published: Oct 29, 2025 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func IsServiceDefinitionEmpty

func IsServiceDefinitionEmpty(err error) bool

func IsServiceDeployEmpty

func IsServiceDeployEmpty(err error) bool

func IsServiceDeployPreview added in v0.4.0

func IsServiceDeployPreview(err error) bool

func IsServiceGithubEmpty

func IsServiceGithubEmpty(err error) bool

func IsServiceLabelsEmpty

func IsServiceLabelsEmpty(err error) bool

func IsServiceProviderEmpty

func IsServiceProviderEmpty(err error) bool

Types

type Slice

type Slice []Struct

Slice describes a list of independently deployable services, defined by a Docker image and a GitHub repository, plus the deployment strategies used for their rollout.

func (Slice) Empty

func (s Slice) Empty() bool

func (Slice) Verify

func (s Slice) Verify() error

type Struct

type Struct struct {
	Deploy   deploy.Struct   `yaml:"deploy,omitempty"`
	Docker   docker.String   `yaml:"docker,omitempty"`
	Github   github.String   `yaml:"github,omitempty"`
	Labels   labels.Struct   `yaml:"-"`
	Provider provider.String `yaml:"provider,omitempty"`
}

func (Struct) Empty

func (s Struct) Empty() bool

func (Struct) Verify

func (s Struct) Verify() error

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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