package
Version:
v0.0.0-...-4e25ed8
Opens a new window with list of versions in this module.
Published: Aug 4, 2023
License: Apache-2.0
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Apply patch to the given base release and return the resulting previous and patched releases.
type AppPatch struct {
Change Change `json:"change"`
Name string `json:"name"`
ComponentVersion *string `json:"componentVersion,omitempty"`
Version *string `json:"version"`
}
type ComponentPatch struct {
Change Change `json:"change"`
Name string `json:"name"`
Catalog *string `json:"catalog,omitempty"`
Reference *string `json:"reference,omitempty"`
ReleaseOperatorDeploy *bool `json:"releaseOperatorDeploy,omitempty"`
Version *string `json:"version"`
}
type ReleasePatch struct {
Date metav1.Time `json:"date"`
Version semver.Version `json:"version"`
Apps []AppPatch `json:"apps"`
Components []ComponentPatch `json:"components"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.