package
Version:
v0.0.0-...-57791d6
Opens a new window with list of versions in this module.
Published: Dec 26, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 2
Opens a new window with list of known importers.
Documentation
¶
type ListResutlt struct {
}
type Metadata struct {
UID string `json:"uid"`
Name string `json:"name"`
CreationTimestamp string `json:"creationTimestamp"`
UpdateTimestamp string `json:"updateTimestamp"`
}
type Spec struct {
Type string `json:"type"`
Labels []string `json:"labels"`
LogoURL string `json:"logoURL"`
Description string `json:"description"`
Versions []addons.Versions `json:"versions"`
}
type Template struct {
Kind string `json:"kind"`
ApiVersion string `json:"apiVersion"`
Metadata Metadata `json:"metadata"`
Spec Spec `json:"spec"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.