Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 7 of 7 for authorizationrest (0.2 sec)

  1. pkg/controlplane/apiserver/apis.go

    	apiserverinternalrest "k8s.io/kubernetes/pkg/registry/apiserverinternal/rest"
    	authenticationrest "k8s.io/kubernetes/pkg/registry/authentication/rest"
    	authorizationrest "k8s.io/kubernetes/pkg/registry/authorization/rest"
    	certificatesrest "k8s.io/kubernetes/pkg/registry/certificates/rest"
    	coordinationrest "k8s.io/kubernetes/pkg/registry/coordination/rest"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jun 03 11:50:04 UTC 2024
    - 6.8K bytes
    - Viewed (0)
  2. pkg/controlplane/instance.go

    	apiserverinternalrest "k8s.io/kubernetes/pkg/registry/apiserverinternal/rest"
    	appsrest "k8s.io/kubernetes/pkg/registry/apps/rest"
    	authenticationrest "k8s.io/kubernetes/pkg/registry/authentication/rest"
    	authorizationrest "k8s.io/kubernetes/pkg/registry/authorization/rest"
    	autoscalingrest "k8s.io/kubernetes/pkg/registry/autoscaling/rest"
    	batchrest "k8s.io/kubernetes/pkg/registry/batch/rest"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jun 03 11:50:04 UTC 2024
    - 21.2K bytes
    - Viewed (0)
  3. staging/src/k8s.io/apiserver/pkg/endpoints/filters/authorization_test.go

    Tim Allclair <******@****.***> 1688401011 -0700
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jul 03 16:16:51 UTC 2023
    - 5K bytes
    - Viewed (0)
  4. pilot/pkg/model/authorization_test.go

    Steven Landow <******@****.***> 1713392444 -0700
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Apr 17 22:20:44 UTC 2024
    - 12.7K bytes
    - Viewed (0)
  5. pkg/kubeapiserver/options/authorization_test.go

    Nabarun Pal <******@****.***> 1695613691 +0530
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Oct 18 06:28:47 UTC 2023
    - 6.4K bytes
    - Viewed (0)
  6. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/caching/RecoverFromBrokenResolutionIntegrationTest.groovy

        }
    
        @ToBeFixedForConfigurationCache
        def "can run offline mode after authentication fails on remote repo"() {
            given:
            buildFileWithSnapshotDependency()
            and:
            authorizationRepo()
            when:
            publishedMavenModule()
            server.resetExpectations()
            module.metaData.expectGet('username', 'password')
            module.pom.expectGet('username', 'password')
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 10.8K bytes
    - Viewed (0)
  7. tests/integration/security/util/framework.go

    	// Namespace1 is used as the default namespace for reachability tests and other tests which can reuse the same config for echo instances
    	Namespace1 namespace.Instance
    	// Namespace2 is used by most authorization test cases within authorization_test.go
    	Namespace2 namespace.Instance
    	// Namespace3 is used by TestAuthorization_Conditions and there is one C echo instance deployed
    	Namespace3    namespace.Instance
    	A, B, C, D, E echo.Instances
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 02 21:29:40 UTC 2024
    - 8.4K bytes
    - Viewed (0)
Back to top