# Functions
IsRecognizedObject returns whether the provided object kind is recognized by the sync package to support updating existing objects on the cluster.
NewNotInSync wraps creation of NotInSyncErrors for simplicity.
SyncObjectWithCluster synchronises the state of specObj to the cluster, creating or updating the cluster object as required.
SyncUnrecognizedObjectWithCluster allows syncing objects not supported by SyncObjectWithCluster.
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
No description provided by the author
NotInSyncError is returned when a spec object is out-of-sync with its cluster counterpart.
UnrecoverableSyncError is returned when provided objects cannot be synced with the cluster due to an unexpected error (e.g.
WarningError is returned when syncing is successful and can continue but there is a warning regarding the objects synced to the cluster (e.g.
# Type aliases
No description provided by the author