structs

package
v0.0.0-...-5e0d270 Latest Latest
Warning

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

Go to latest
Published: Sep 27, 2022 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BaseBuilder

type BaseBuilder struct {
	Type string `json:"type"`
}

type Configuration

type Configuration struct {
	ServiceName    string          `json:"servicename"`
	Cluster        string          `json:"cluster"`
	DeploymentFile string          `json:"deploymentfile"`
	Builder        json.RawMessage `json:"builder"`
}

type ConfigurationWithProjectPath

type ConfigurationWithProjectPath struct {
	Configuration
	ProjectPath string
}

type DotnetBuilder

type DotnetBuilder struct {
	Type          string `json:"type"`
	DotnetRuntime string `json:"dotnetruntime"`
}

type ManualBuilder

type ManualBuilder struct {
	Type         string `json:"type"`
	DockerFile   string `json:"dockerfile"`
	BuildContext string `json:"buildcontext"`
}

Jump to

Keyboard shortcuts

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