mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-13 11:25:19 +00:00
Merge pull request #27848 from liubin/fix-typos
Automatic merge from submit-queue fix some typos Just a minor typos fix. Signed-off-by: bin liu <liubin0329@gmail.com>
This commit is contained in:
@@ -193,7 +193,7 @@ func (a *OIDCAuthenticator) client() (*oidc.Client, error) {
|
||||
}
|
||||
|
||||
// SyncProviderConfig will start a goroutine to periodically synchronize the provider config.
|
||||
// The synchronization interval is set by the expiration length of the config, and has a mininum
|
||||
// The synchronization interval is set by the expiration length of the config, and has a minimum
|
||||
// and maximum threshold.
|
||||
stop := client.SyncProviderConfig(a.issuerURL)
|
||||
a.oidcClient.Store(client)
|
||||
|
||||
Reference in New Issue
Block a user