package
Version:
v0.0.0-...-a3a5494
Opens a new window with list of versions in this module.
Published: Jan 15, 2024
License: MIT
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
¶
type App struct {
Name string `json:"name"`
Version string `json:"version"`
Pod Pod `json:"pod"`
}
type Pod struct {
Name string `json:"name"`
Namespace string `json:"namespace"`
IP string `json:"ip"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.