Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 35 for alfa (0.32 sec)

  1. staging/src/k8s.io/apiserver/pkg/util/proxy/proxy_test.go

    			}
    		}
    
    		clusterURL, err := ResolveCluster(serviceLister, "one", "alfa", 443)
    		check("cluster", test.clusterMode, clusterURL, err)
    
    		endpointURL, err := ResolveEndpoint(serviceLister, endpointLister, "one", "alfa", 443)
    		check("endpoint", test.endpointMode, endpointURL, err)
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 01 07:16:27 UTC 2023
    - 8.6K bytes
    - Viewed (0)
  2. staging/src/k8s.io/apiserver/pkg/authentication/request/headerrequest/requestheader_test.go

    			requestHeaders: http.Header{
    				"X-Remote-User":         {"Bob"},
    				"X-Remote-Group-1":      {"one-a", "one-b"},
    				"X-Remote-Group-2":      {"two-a", "two-b"},
    				"X-Remote-extra-1-key1": {"alfa", "bravo"},
    				"X-Remote-Extra-1-Key2": {"charlie", "delta"},
    				"X-Remote-Extra-1-":     {"india", "juliet"},
    				"X-Remote-extra-2-":     {"kilo", "lima"},
    				"X-Remote-extra-2-Key1": {"echo", "foxtrot"},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Mar 21 14:51:22 UTC 2023
    - 8.3K bytes
    - Viewed (0)
  3. staging/src/k8s.io/apiserver/pkg/endpoints/filters/authentication_test.go

    			requestHeaders: http.Header{
    				"X-Remote-User":         {"Bob"},
    				"X-Remote-Group-1":      {"one-a", "one-b"},
    				"X-Remote-Group-2":      {"two-a", "two-b"},
    				"X-Remote-extra-1-key1": {"alfa", "bravo"},
    				"X-Remote-Extra-1-Key2": {"charlie", "delta"},
    				"X-Remote-Extra-1-":     {"india", "juliet"},
    				"X-Remote-extra-2-":     {"kilo", "lima"},
    				"X-Remote-extra-2-Key1": {"echo", "foxtrot"},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 20.5K bytes
    - Viewed (0)
  4. pkg/controlplane/controller/clusterauthenticationtrust/cluster_authentication_trust_controller_test.go

    	}{
    		{
    			name: "basic",
    			clusterAuthInfo: ClusterAuthenticationInfo{
    				ClientCA:                         someRandomCAProvider,
    				RequestHeaderUsernameHeaders:     headerrequest.StaticStringSlice{"alfa", "bravo", "charlie"},
    				RequestHeaderGroupHeaders:        headerrequest.StaticStringSlice{"delta"},
    				RequestHeaderExtraHeaderPrefixes: headerrequest.StaticStringSlice{"echo", "foxtrot"},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Apr 14 00:05:53 UTC 2023
    - 14.6K bytes
    - Viewed (0)
  5. cmd/testdata/xl-meta-merge.zip

    }KA zoZŠ|e¼~m\}D îˆtÚ÷ cYr¾sqPwÐÚ² RoUJt‹8wÖGFgò3²L /ìAyÜ×Ùè¤}ZÚ DmziATÜE¾yZT÷ågK{ NevC2ö§ª›0²W# ZDitŠts¤G_ï¬Di K|}û~¾GHrMNsn4Ês#ÆÏÅ PVWu»E}ˆWyáÂ>p{Æu²EÊiBñ†iAIeq˺Nm²BæKªHiTIxÂŽ~g^qKzëTQ¨õÐñL}¼NfóªVq¦cVKt¯?†ZÖGEeòP¾ij¾rjs®øwKFºWW]ÜGi2ú ¼àuå†Knksp¸ALfã }|ò%Õ†xUpªqßNLñ~LeìÎqnd¾{^ñOjJˆúïÄiziyjeì {: _fïx`GLï}¡oñR^KkòGH GbPû^U`[eòBq4¨BPee}q„mÐ{JãB ²caòn}QòATIˆæ ²C 7ÖKrûTA¾reôgXKpÀ oXÜyQTGÖ¦ku ge՚ν –´ u²ps¸òox vqK{SQ xt¸ßX{rijSlM’ñZq ?kx› ¾Sm~HqJ }P K°Vûwo®²@jq<Zf{l_åV qSŠDmQccêïø¾xå WWXÐYFV pa~sô\...
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri Mar 08 17:50:48 UTC 2024
    - 30.2K bytes
    - Viewed (0)
  6. platforms/software/platform-base/src/test/groovy/org/gradle/model/internal/core/DomainObjectCollectionBackedModelMapTest.groovy

            when:
            modelMap.create("alma")
    
            then:
            1 * instantiator.create("alma", SomeType) >>  { new SomeType(name: "alma") }
            1 * backingCollection.add({ item -> item.name == "alma" })
            1 * backingCollection.iterator() >> { Collections.emptyIterator() }
            0 * _
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Mar 05 00:10:35 UTC 2024
    - 2.7K bytes
    - Viewed (0)
  7. testing/public-api-tests/src/integTest/groovy/org/gradle/api/PublicApiIntegrationTest.groovy

                    @TaskAction
                    void customAction() {
                        println("Hello from custom task")
                        println("- mapValues['alma'] = \${mapValues['alma']}")
                    }
                }
            """
    
            expect:
            succeeds(":compileGroovy")
        }
    
        def "can compile Kotlin code against public API"() {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jun 07 08:43:08 UTC 2024
    - 8.8K bytes
    - Viewed (0)
  8. platforms/extensibility/plugin-development/src/integTest/groovy/org/gradle/plugin/devel/tasks/RuntimePluginValidationIntegrationTest.groovy

                        return Collections.singletonMap("alma", new Options());
                    }
    
                    @Nested
                    public Iterable<Map<String, Iterable<Options>>> getIterableMappedOptions() {
                        return Arrays.asList(Collections.singletonMap("alma", Arrays.asList(new Options())));
                    }
    
                    @Nested
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed May 15 14:30:05 UTC 2024
    - 11.1K bytes
    - Viewed (0)
  9. subprojects/core/src/test/groovy/org/gradle/api/internal/tasks/DefaultTaskOutputsTest.groovy

        def "cannot register output file with same property name"() {
            outputs.file("a").withPropertyName("alma")
            outputs.file("b").withPropertyName("alma")
            when:
            outputs.fileProperties
            then:
            def ex = thrown IllegalArgumentException
            ex.message == "Multiple output file properties with name 'alma'"
        }
    
        def "can register unnamed output files"() {
            when:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Nov 15 21:46:24 UTC 2022
    - 8.4K bytes
    - Viewed (0)
  10. docs/az/docs/index.md

    * **Qısa**: Kod təkrarlanmasını minimuma endirin. Hər bir parametr tərifində birdən çox xüsusiyyət ilə və daha az səhvlə qarşılaşacaqsınız.
    * **Güclü**: Avtomatik və interaktiv sənədlərlə birlikdə istifadəyə hazır kod əldə edə bilərsiniz.
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Mon Apr 29 05:18:04 UTC 2024
    - 22.8K bytes
    - Viewed (0)
Back to top