Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestTokenCachingAndExpiration (0.21 sec)

  1. pkg/kubelet/token/token_manager_test.go

    	"time"
    
    	authenticationv1 "k8s.io/api/authentication/v1"
    	metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
    	"k8s.io/apimachinery/pkg/types"
    	testingclock "k8s.io/utils/clock/testing"
    )
    
    func TestTokenCachingAndExpiration(t *testing.T) {
    	type suite struct {
    		clock *testingclock.FakeClock
    		tg    *fakeTokenGetter
    		mgr   *Manager
    	}
    
    	cases := []struct {
    		name string
    		exp  time.Duration
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 04 00:16:47 UTC 2022
    - 16.2K bytes
    - Viewed (0)
Back to top