Documentation ¶
Index ¶
- func EqualDatabaseMaintenanceWindow(targetValue dbaasv1alpha1.MaintenanceWindow, ...) bool
- func EqualDayOfTheWeek(targetValue string, observedValue *ionosdbaas.DayOfTheWeek) bool
- func EqualKubernetesMaintenanceWindow(targetValue k8sv1alpha1.MaintenanceWindow, ...) bool
- func EqualString(targetValue string, observedValue *string) bool
- func EqualTimeString(targetValue string, observedValue *string) bool
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func EqualDatabaseMaintenanceWindow ¶
func EqualDatabaseMaintenanceWindow(targetValue dbaasv1alpha1.MaintenanceWindow, observedValue *ionosdbaas.MaintenanceWindow) bool
EqualDatabaseMaintenanceWindow returns true if the maintenance windows are equal
func EqualDayOfTheWeek ¶
func EqualDayOfTheWeek(targetValue string, observedValue *ionosdbaas.DayOfTheWeek) bool
EqualDayOfTheWeek returns if the string representation of the DayOfTheWeek are equal. An observed nil value is equal to ""
func EqualKubernetesMaintenanceWindow ¶
func EqualKubernetesMaintenanceWindow(targetValue k8sv1alpha1.MaintenanceWindow, observedValue *ionoscloud.KubernetesMaintenanceWindow) bool
EqualKubernetesMaintenanceWindow returns true if the maintenance windows are equal
func EqualString ¶
EqualString returns if the strings are equal. An observed nil value is equal to ""
func EqualTimeString ¶
EqualTimeString compares the two given strings if they are represent the same point in time. This function assumes the timeformat is HH:mm:ssZ. If the Z is missing, it will be added.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.