Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CompareVersions ¶ added in v0.5.0
CompareVersions checks if current and desired version for configurations matches
func StatusFromResponse ¶
func StatusFromResponse(resp *controlplanes.ControlPlaneResponse, latestAvailableVersion *string) v1alpha1.ControlPlaneResponse
GetSecretValue fetches the referenced input secret key reference
Types ¶
type ApplyParameters ¶ added in v0.5.0
type ControlPlanePatch ¶ added in v0.5.0
type ControlPlanePatch struct {
Patches []SetDesiredVersion `json:"patches"`
}
type SetDesiredVersion ¶ added in v0.5.0
type SetDesiredVersion struct {
SetDesiredVersion string `json:"setDesiredVersion"`
}
Click to show internal directories.
Click to hide internal directories.