Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for UpdateCASecretWithRetry (1.4 sec)

  1. security/pkg/k8s/controller/casecret.go

    				namespace, secretName)
    			return caSecret, scrtErr
    		}
    		time.Sleep(retryInterval)
    	}
    }
    
    // UpdateCASecretWithRetry updates CA secret with retries until timeout.
    func (csc *CaSecretController) UpdateCASecretWithRetry(caSecret *v1.Secret,
    	retryInterval, timeout time.Duration,
    ) error {
    	start := time.Now()
    	for {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 23 17:08:31 UTC 2023
    - 2.6K bytes
    - Viewed (0)
Back to top