mirror of
https://github.com/vmware-tanzu/pinniped.git
synced 2026-01-07 14:05:50 +00:00
Merge branch 'main' into doc_typo
This commit is contained in:
@@ -24,8 +24,8 @@ import (
|
|||||||
"go.pinniped.dev/test/testlib"
|
"go.pinniped.dev/test/testlib"
|
||||||
)
|
)
|
||||||
|
|
||||||
// TestTLSSpecKubeBuilderValidationConcierge_Parallel tests kubebuilder validation on the TLSSpec
|
// TestTLSSpecValidationConcierge_Parallel tests kubebuilder and status condition validation
|
||||||
// in Pinniped concierge CRDs for both WebhookAuthenticators and JWTAuthenticators.
|
// on the TLSSpec in Pinniped concierge WebhookAuthenticator and JWTAuthenticator CRDs.
|
||||||
func TestTLSSpecValidationConcierge_Parallel(t *testing.T) {
|
func TestTLSSpecValidationConcierge_Parallel(t *testing.T) {
|
||||||
env := testlib.IntegrationEnv(t)
|
env := testlib.IntegrationEnv(t)
|
||||||
|
|
||||||
|
|||||||
@@ -17,8 +17,8 @@ import (
|
|||||||
"go.pinniped.dev/test/testlib"
|
"go.pinniped.dev/test/testlib"
|
||||||
)
|
)
|
||||||
|
|
||||||
// TestTLSSpecKubeBuilderValidationSupervisor_Parallel tests kubebuilder validation
|
// TestTLSSpecValidationSupervisor_Parallel tests kubebuilder and status condition validation
|
||||||
// on the TLSSpec in Pinniped supervisor CRDs using OIDCIdentityProvider as an example.
|
// on the TLSSpec in Pinniped supervisor IdentityProvider CRDs.
|
||||||
func TestTLSSpecValidationSupervisor_Parallel(t *testing.T) {
|
func TestTLSSpecValidationSupervisor_Parallel(t *testing.T) {
|
||||||
env := testlib.IntegrationEnv(t)
|
env := testlib.IntegrationEnv(t)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user