Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetCurrentRuntime ¶ added in v0.6.1
func GetCurrentRuntime() igniteruntime.Name
GetCurrentRuntime returns the current configured runtime
Types ¶
type Image ¶ added in v0.7.0
type Image struct {
Name string `json:"name"`
Tag string `json:"tag"`
Delimeter string `json:"delimeter"`
}
Image represents an OCI image TODO: use a shared or upstream OCI Image type
type Info ¶
type Info struct {
Major string `json:"major"`
Minor string `json:"minor"`
GitVersion string `json:"gitVersion"`
GitCommit string `json:"gitCommit"`
GitTreeState string `json:"gitTreeState"`
BuildDate string `json:"buildDate"`
GoVersion string `json:"goVersion"`
Compiler string `json:"compiler"`
Platform string `json:"platform"`
SandboxImage Image `json:"sandboxImage"`
KernelImage Image `json:"kernelImage"`
}
Info stores information about a component's version
Click to show internal directories.
Click to hide internal directories.