package
Version:
v0.0.0-...-c9dffe9
Opens a new window with list of versions in this module.
Published: Aug 20, 2021
License: Apache-2.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package models provides models.
type ImageInfo struct {
Repository string `json:"repository" structs:"repository"`
Tag string `json:"tag" structs:"tag"`
PullPolicy string `json:"pullPolicy" structs:"pullPolicy"`
}
type MountInfo struct {
MountPath string `json:"mountPath"`
SubPath string `json:"subPath"`
Name string `json:"name"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.