Versions in this module Expand all Collapse all v0 v0.1.1 Jun 25, 2024 v0.1.0 May 1, 2023 Changes in this version + var AddToScheme = SchemeBuilder.AddToScheme + var GroupVersion = schema.GroupVersion + var SchemeBuilder = &scheme.Builder + type Reference struct + Group string + Kind string + Name string + Namespace string + Version string + func (in *Reference) DeepCopy() *Reference + func (in *Reference) DeepCopyInto(out *Reference) + type SyncObject struct + Spec SyncObjectSpec + Status SyncObjectStatus + func (in *SyncObject) DeepCopy() *SyncObject + func (in *SyncObject) DeepCopyInto(out *SyncObject) + func (in *SyncObject) DeepCopyObject() runtime.Object + type SyncObjectList struct + Items []SyncObject + func (in *SyncObjectList) DeepCopy() *SyncObjectList + func (in *SyncObjectList) DeepCopyInto(out *SyncObjectList) + func (in *SyncObjectList) DeepCopyObject() runtime.Object + type SyncObjectSpec struct + DisableFinalizer bool + IgnoreNamespaces []string + Interval metav1.Duration + Reference Reference + TargetNamespaces []string + func (in *SyncObjectSpec) DeepCopy() *SyncObjectSpec + func (in *SyncObjectSpec) DeepCopyInto(out *SyncObjectSpec) + type SyncObjectStatus struct + func (in *SyncObjectStatus) DeepCopy() *SyncObjectStatus + func (in *SyncObjectStatus) DeepCopyInto(out *SyncObjectStatus)