buildkitutil

package
v0.3.45 Latest Latest
Warning

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

Go to latest
Published: Jan 24, 2024 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BuildkitConfig

type BuildkitConfig struct {
	Registries []Registry `json:"registries"`
}

func (*BuildkitConfig) Save added in v0.3.31

func (c *BuildkitConfig) Save() error

func (*BuildkitConfig) String

func (c *BuildkitConfig) String() (string, error)

type Registry added in v0.3.31

type Registry struct {
	Name    string `json:"name"`
	Ca      string `json:"ca"`
	Cert    string `json:"cert"`
	Key     string `json:"key"`
	UseHTTP bool   `json:"use_http"`
	Mirror  string `json:"mirror"`
}

Jump to

Keyboard shortcuts

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