Documentation
¶
Index ¶
Constants ¶
View Source
const ValidatorName = "quadlet"
Variables ¶
View Source
var (
AmbiguousImageName = V.NewErrorCategory("ambiguous-image-name", V.LevelWarning)
)
View Source
var ConflictsWithNewUserMappingKeys = R.ConflictsWith(UserNS, UIDMap, GIDMap, SubUIDMap, SubGIDMap)
View Source
var NetworkFormat = R.Format{ Name: "Network", ValueSeparator: ":", OptionsSeparator: ",", ValidateOptions: func(value string, options map[string]string) error { if strings.HasSuffix(value, M.UnitTypeContainer.Ext) && len(options) > 0 { return fmt.Errorf("'%s' is invalid because extra options are not supported when "+ "joining another container's network", value) } return nil }, }
Functions ¶
func ImageNotAmbiguous ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.