Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for groupCheck (0.13 sec)

  1. staging/src/k8s.io/apiserver/pkg/cel/library/authz.go

    // variable is provided.
    //
    //	<Authorizer>.group(<string>) <GroupCheck>
    //
    // Examples:
    //
    //	authorizer.group('apps') // returns a GroupCheck for the 'apps' API group
    //	authorizer.group('') // returns a GroupCheck for the core API group
    //	authorizer.group('example.com') // returns a GroupCheck for the custom resources in the 'example.com' API group
    //
    // serviceAccount
    //
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Aug 23 21:31:27 UTC 2023
    - 21.1K bytes
    - Viewed (0)
  2. platforms/native/language-native/src/integTest/groovy/org/gradle/language/cpp/CppStaticLibraryPublishingIntegrationTest.groovy

            consumer.file("build.gradle") << """
                apply plugin: 'cpp-application'
                repositories { maven { url '${mavenRepo.uri}' } }
                dependencies { implementation 'some.group:deck:1.2' }
            """
            app.main.writeToProject(consumer)
    
            executer.inDirectory(consumer)
            run("assemble")
    
            then:
            noExceptionThrown()
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 20:20:03 UTC 2023
    - 8.1K bytes
    - Viewed (0)
  3. platforms/native/language-native/src/integTest/groovy/org/gradle/language/cpp/CppLibraryPublishingIntegrationTest.groovy

                dependencies { implementation 'some.group:deck:1.2' }
                application { targetMachines = [machines.host().x86] }
            """
            app.main.writeToProject(consumer)
    
            executer.inDirectory(consumer)
            fails("assemble")
    
            then:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Jan 10 12:57:50 UTC 2024
    - 39.8K bytes
    - Viewed (0)
Back to top