Versions in this module Expand all Collapse all v0 v0.5.8 Aug 23, 2022 Changes in this version + type MockK8sV1 struct + func NewCreateTokenMock() *MockK8sV1 + func (m *MockK8sV1) ServiceAccounts(namespace string) k8sv1.ServiceAccountInterface + func (m *MockK8sV1) WithError(err error) *MockK8sV1 + func (m *MockK8sV1) WithToken(token string) *MockK8sV1 + type MockK8sV1SA struct + func (ma *MockK8sV1SA) CreateToken(ctx context.Context, serviceAccountName string, ...) (*authv1.TokenRequest, error)