Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 1,769 for Busted (0.22 sec)

  1. pkg/config/analysis/analyzers/testdata/injection.yaml

    apiVersion: v1
    kind: Namespace
    metadata:
      labels:
        istio.io/rev: pidgeon
      name: pidgeon-test
    ---
    # Namespace has both old and new labels
    apiVersion: v1
    kind: Namespace
    metadata:
      name: busted
      labels:
        istio-injection: enabled
        istio.io/rev: canary
    ---
    # Pod that's injected. No warning
    apiVersion: v1
    kind: Pod
    metadata:
      name: injectedpod
      namespace: default
    spec:
      containers:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Aug 09 14:06:10 UTC 2023
    - 4.1K bytes
    - Viewed (0)
  2. pkg/probe/http/request.go

    }
    
    // formatURL formats a URL from args.  For testability.
    func formatURL(scheme string, host string, port int, path string) *url.URL {
    	u, err := url.Parse(path)
    	// Something is busted with the path, but it's too late to reject it. Pass it along as is.
    	//
    	// This construction of a URL may be wrong in some cases, but it preserves
    	// legacy prober behavior.
    	if err != nil {
    		u = &url.URL{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 12 07:39:55 UTC 2023
    - 3.3K bytes
    - Viewed (0)
  3. pkg/istio-agent/health/health_probers.go

    		// net.httpHeaders value is a []string but uses only index 0
    		headers[val.Name] = append(headers[val.Name], val.Value)
    	}
    	targetURL, err := url.Parse(h.Config.Path)
    	// Something is busted with the path, but it's too late to reject it. Pass it along as is.
    	if err != nil {
    		targetURL = &url.URL{
    			Path: h.Config.Path,
    		}
    	}
    	targetURL.Scheme = h.Config.Scheme
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 23 17:08:31 UTC 2023
    - 5.7K bytes
    - Viewed (0)
  4. pkg/config/analysis/analyzers/analyzers_test.go

    		analyzer:   &injection.Analyzer{},
    		expected: []message{
    			{msg.NamespaceNotInjected, "Namespace bar"},
    			{msg.PodMissingProxy, "Pod default/noninjectedpod"},
    			{msg.NamespaceMultipleInjectionLabels, "Namespace busted"},
    			{msg.NamespaceMultipleInjectionLabels, "Namespace multi-ns-1"},
    			{msg.NamespaceMultipleInjectionLabels, "Namespace multi-ns-2"},
    			{msg.NamespaceMultipleInjectionLabels, "Namespace multi-ns-3"},
    		},
    	},
    	{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jun 14 07:22:31 UTC 2024
    - 42.6K bytes
    - Viewed (0)
  5. testing/integ-test/src/integTest/groovy/org/gradle/integtests/TaskExecutionIntegrationTest.groovy

                    @Optional
                    File getInputDirectory() {
                        if (!executed) {
                            return null
                        }
                        throw new NullPointerException("Busted")
                    }
    
                    @OutputFile File outputFile
    
                    @TaskAction
                    void doStuff() {
                        executed = true
                    }
                }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 25.7K bytes
    - Viewed (0)
  6. okhttp/src/test/java/okhttp3/URLConnectionTest.kt

        server.enqueue(
          MockResponse(
            body = "This connection won't pool properly",
            socketPolicy = socketPolicy,
          ),
        )
        val responseAfter = MockResponse(body = "This comes after a busted connection")
        server.enqueue(responseAfter)
        server.enqueue(responseAfter) // Enqueue 2x because the broken connection may be reused.
        val response1 = getResponse(newRequest("/a"))
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Sat Jan 20 10:30:28 UTC 2024
    - 131.7K bytes
    - Viewed (0)
  7. subprojects/core-api/src/main/java/org/gradle/api/tasks/Nested.java

     *
     * <p>The implementation of the nested bean is tracked as an input, too.
     * This allows tracking behavior such as {@link org.gradle.api.Action}s as task inputs.</p>
     *
     * <p>This annotations supports {@link org.gradle.api.provider.Provider} values by treating the result of {@link org.gradle.api.provider.Provider#get()} as a nested bean.</p>
     *
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Oct 27 22:03:08 UTC 2022
    - 2.5K bytes
    - Viewed (0)
  8. src/cmd/dist/quoted.go

    // Use of this source code is governed by a BSD-style
    // license that can be found in the LICENSE file.
    
    package main
    
    import "fmt"
    
    // quotedSplit is a verbatim copy from cmd/internal/quoted.go:Split and its
    // dependencies (isSpaceByte). Since this package is built using the host's
    // Go compiler, it cannot use `cmd/internal/...`. We also don't want to export
    // it to all Go users.
    //
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Nov 09 14:05:53 UTC 2022
    - 1.2K bytes
    - Viewed (0)
  9. test/typeparam/nested.go

    //
    // 2. A few of the instantiations are constructed to be identical, and
    //    it tests that exactly these pairs are duplicated (by golden
    //    output comparison to nested.out).
    //
    // In both cases, we're effectively using the compiler's existing
    // runtime.Type handling (which is well tested) of type identity of A
    // and B as a way to help bootstrap testing and validate its new
    // runtime.Type handling of F[A].T[B].
    //
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Aug 30 17:23:27 UTC 2022
    - 3K bytes
    - Viewed (0)
  10. docs/en/docs/tutorial/body-nested-models.md

    And it will be annotated / documented accordingly too.
    
    ## Nested Models
    
    Each attribute of a Pydantic model has a type.
    
    But that type can itself be another Pydantic model.
    
    So, you can declare deeply nested JSON "objects" with specific attribute names, types and validations.
    
    All that, arbitrarily nested.
    
    ### Define a submodel
    
    For example, we can define an `Image` model:
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Fri Mar 22 01:42:11 UTC 2024
    - 9.5K bytes
    - Viewed (0)
Back to top