Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for LoadEncryptionConfig (0.2 sec)

  1. staging/src/k8s.io/apiserver/pkg/server/options/encryptionconfig/controller/controller.go

    		),
    		apiServerID: apiServerID,
    		getEncryptionConfigHash: func(_ context.Context, filepath string) (string, error) {
    			return encryptionconfig.GetEncryptionConfigHash(filepath)
    		},
    		loadEncryptionConfig: encryptionconfig.LoadEncryptionConfig,
    	}
    }
    
    // Run starts the controller and blocks until ctx is canceled.
    func (d *DynamicEncryptionConfigContent) Run(ctx context.Context) {
    	defer utilruntime.HandleCrash()
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 9.5K bytes
    - Viewed (0)
Back to top