Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Custom Resources

Sub Resources

SyncWindow

SyncWindow is the Schema for the syncwindows API

FieldDescriptionSchemeRequired
metadatametav1.ObjectMetafalse
specSyncWindowSpecfalse
statusSyncWindowStatusfalse

Back to Custom Resources

SyncWindowList

SyncWindowList contains a list of SyncWindow

FieldDescriptionSchemeRequired
metadatametav1.ListMetafalse
items[]SyncWindowtrue

Back to Custom Resources

SyncWindowSetting

SyncWindowSetting contains the kind, time, duration and attributes that are used to assign the syncWindows to apps

FieldDescriptionSchemeRequired
kindKind defines if the window allows or blocks syncsstringfalse
scheduleSchedule is the time the window will begin, specified in cron formatstringfalse
durationDuration is the amount of time the sync window will be openstringfalse
applicationsApplications contains a list of applications that the window will apply to[]stringfalse
namespacesNamespaces contains a list of namespaces that the window will apply to[]stringfalse
clustersClusters contains a list of clusters that the window will apply to[]stringfalse
manualSyncManualSync enables manual syncs when they would otherwise be blockedboolfalse
timeZoneTimeZone of the sync that will be applied to the schedulestringfalse
andOperatorUseAndOperator use AND operator for matching applications, namespaces and clusters instead of the default OR operatorboolfalse
descriptionDescription of the sync that will be applied to the schedule, can be used to add any information such as a ticket number for examplestringfalse

Back to Custom Resources

SyncWindowSpec

SyncWindowSpec defines the desired state of SyncWindow

FieldDescriptionSchemeRequired
syncWindowsSyncWindows is a list of sync windowsSyncWindowstrue

Back to Custom Resources

SyncWindowStatus

SyncWindowStatus defines the observed state of SyncWindow

FieldDescriptionSchemeRequired
conditionsConditions is an array of conditions.[]metav1.Conditionfalse

Back to Custom Resources