Update exported function details with source code comments.
Signed-off-by: Humble Chirammal <hchiramm@redhat.com>
This commit is contained in:
@@ -320,7 +320,7 @@ func getCredentials(k8s kubernetes.Interface, ref *v1.SecretReference) (map[stri
|
||||
return credentials, nil
|
||||
}
|
||||
|
||||
// Returns 0 for resyncPeriod in case resyncing is not needed.
|
||||
// NoResyncPeriodFunc Returns 0 for resyncPeriod in case resyncing is not needed.
|
||||
func NoResyncPeriodFunc() time.Duration {
|
||||
return 0
|
||||
}
|
||||
|
Reference in New Issue
Block a user