Versions in this module Expand all Collapse all v0 v0.1.0 Feb 16, 2026 Changes in this version + func NewJWKCertServerMock(t *testing.T, pubKey crypto.PublicKey, jwkKID string, jwkAlg string) (url string, teardown func() error) + func NewMockServerTimeout(endpoint string, waitTime time.Duration) (*httptest.Server, func()) + type OCMAuthzValidatorMock struct + Action string + ResourceType string + func NewOCMAuthzValidatorMockClient() (*OCMAuthzValidatorMock, *ocm.Client) + func (m *OCMAuthzValidatorMock) AccessReview(ctx context.Context, ...) (allowed bool, err error) + func (m *OCMAuthzValidatorMock) Reset() + func (m *OCMAuthzValidatorMock) SelfAccessReview(ctx context.Context, ...) (allowed bool, err error) v0.1.0-rc.1 Feb 16, 2026