template

package
v0.0.0-...-b66211f Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type RegisterBuildData

type RegisterBuildData struct {
	ReplacesTemplateID string
	Public             bool
	ClusterID          uuid.UUID
	TemplateID         api.TemplateID
	UserID             *uuid.UUID
	Team               *types.Team
	Dockerfile         string
	Alias              *string
	Tags               []string
	StartCmd           *string
	ReadyCmd           *string
	CpuCount           *int32
	MemoryMB           *int32
	Version            string

	// The requested minimum free space after build steps, or nil for the team's default.
	// Zero disables requested growth and reaches the row as zero.
	MinFreeDiskMb *int32

	// TODO(ENG-3852): Remove once the template manager resolves the kernel and firecracker versions itself.
	//
	// Deprecated: Template manager should use its own.
	KernelVersion string
	// Deprecated: Template manager should use its own.
	FirecrackerVersion string
}

type RegisterBuildResponse

type RegisterBuildResponse struct {
	Public     bool
	TemplateID string
	BuildID    string
	Aliases    []string
	Names      []string
	Tags       []string
}

Jump to

Keyboard shortcuts

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