Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestNewAuthorizer (0.13 sec)

  1. staging/src/k8s.io/apiserver/pkg/authorization/path/path_test.go

    limitations under the License.
    */
    
    package path
    
    import (
    	"context"
    	"testing"
    
    	"k8s.io/apiserver/pkg/authorization/authorizer"
    )
    
    func TestNewAuthorizer(t *testing.T) {
    	tests := []struct {
    		name                       string
    		excludedPaths              []string
    		allowed, denied, noOpinion []string
    		wantErr                    bool
    	}{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Sep 24 15:14:54 UTC 2019
    - 2.8K bytes
    - Viewed (0)
Back to top