package
Version:
v0.0.0-...-fc6a387
Opens a new window with list of versions in this module.
Published: Dec 6, 2024
License: MIT
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type ConfigurationRevision struct {
Spec struct {
Image string `json:"image"`
} `json:"spec"`
Status struct {
ObjectRefs []ObjectRef `json:"objectRefs"`
}
}
type ObjectRef struct {
Name string `json:"name"`
Kind string `json:"kind"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.