func TestTokenCachingAndExpiration(t *testing.T) { … } func TestRequiresRefresh(t *testing.T) { … } func TestDeleteServiceAccountToken(t *testing.T) { … } type fakeTokenGetter … func (ftg *fakeTokenGetter) getToken(name, namespace string, tr *authenticationv1.TokenRequest) (*authenticationv1.TokenRequest, error) { … } func TestCleanup(t *testing.T) { … } func TestKeyFunc(t *testing.T) { … } func getTokenRequest() *authenticationv1.TokenRequest { … } func getInt64Point(v int64) *int64 { … }