template

package
v0.0.0-...-f2c360d Latest Latest
Warning

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

Go to latest
Published: May 12, 2026 License: Apache-2.0 Imports: 19 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 {
	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

	// 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 {
	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