You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pkg/sdk/api.go
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -35,17 +35,19 @@ var (
35
35
// - Pods have Group "Core" and Version "v1" giving the APIVersion "v1"
36
36
// - The custom resource Memcached might have Group "cache.example.com" and Version "v1alpha1" giving the APIVersion "cache.example.com/v1alpha1"
37
37
// kind is the Kind of the resource, e.g "Pod" for pods
38
+
// resyncPeriod is the time period in seconds for how often an event with the latest resource version will be sent to the handler, even if there is no change.
39
+
// - 0 means no periodic events will be sent
38
40
// Consult the API reference for the Group, Version and Kind of a resource: https://kubernetes.io/docs/reference/
39
41
// namespace is the Namespace to watch for the resource
40
42
// TODO: support opts for specifying label selector
0 commit comments