serviceparser

package
v1.3.0-beta.0 Latest Latest
Warning

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

Go to latest
Published: Mar 29, 2023 License: Apache-2.0 Imports: 14 Imported by: 0

Documentation

Index

Constants

View Source
const (
	ComposeVerify           = "x-nerdctl-verify"
	ComposeCosignPublicKey  = "x-nerdctl-cosign-public-key"
	ComposeSign             = "x-nerdctl-sign"
	ComposeCosignPrivateKey = "x-nerdctl-cosign-private-key"
)

ComposeExtensionKey defines fields used to implement extension features.

Variables

This section is empty.

Functions

This section is empty.

Types

type Build

type Build struct {
	Force     bool     // force build even if already present
	BuildArgs []string // {"-t", "example.com/foo", "--target", "foo", "/path/to/ctx"}

}

type Container

type Container struct {
	Name    string   // e.g., "compose-wordpress_wordpress_1"
	RunArgs []string // {"--pull=never", ...}
}

type Service

type Service struct {
	Image      string
	PullMode   string
	Containers []Container // length = replicas
	Build      *Build
	Unparsed   *types.ServiceConfig
}

func Parse

func Parse(project *types.Project, svc types.ServiceConfig) (*Service, error)

Jump to

Keyboard shortcuts

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