config

package
v1.0.3 Latest Latest
Warning

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

Go to latest
Published: Jun 30, 2023 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ParseConfiguration

func ParseConfiguration()

func ValidateConfiguration

func ValidateConfiguration()

Types

type Specification

type Specification struct {
	Socket              string `json:"socket" required:"false"`
	Runtime             string `json:"runtime" required:"false"`
	ContainerdNamespace string `json:"containerdNamespace" required:"true" default:"k8s.io"`
	RuncRoot            string `json:"runcRoot" required:"false"`
	RuncDebug           bool   `json:"runcDebug" required:"false"`
}
var (
	Config Specification
)

Jump to

Keyboard shortcuts

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