Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 141 for 404s (0.06 sec)

  1. staging/src/k8s.io/apiserver/pkg/endpoints/filters/mux_discovery_complete.go

    // Putting the key protect us from returning a 404 response instead of a 503.
    // It is especially important for controllers like GC and NS since they act on 404s.
    //
    // The presence of the key is checked in the NotFoundHandler (staging/src/k8s.io/apiserver/pkg/util/notfoundhandler/not_found_handler.go)
    //
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Oct 21 13:25:33 UTC 2021
    - 2.8K bytes
    - Viewed (0)
  2. samples/external/README.md

    This directory contains samples showing how to enable pods to contact a few well
    known services.
    
    If Istio is not configured to allow pods to contact external services, the pods will
    see errors such as 404s, HTTPS connection problems, and TCP connection problems.  If
    ServiceEntries are misconfigured pods may see problems with server names.
    
    ## Try it out
    
    After an operator runs `kubectl create -f aptget.yaml` pods will be able to
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jul 27 18:28:55 UTC 2023
    - 1.8K bytes
    - Viewed (0)
  3. staging/src/k8s.io/apiserver/pkg/server/handler.go

    	// This looks a bit bonkers, but here's what's happening.  We need to have /apis handling registered in gorestful in order to have
    	// swagger generated for compatibility.  Doing that with `/apis` as a webservice, means that it forcibly 404s (no defaulting allowed)
    	// all requests which are not /apis or /apis/.  We need those calls to fall through behind gorestful for proper delegation.  Trying to
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Jan 14 17:10:00 UTC 2023
    - 8.3K bytes
    - Viewed (0)
  4. pkg/config/analysis/msg/messages.yaml

      - name: "GatewayDuplicateCertificate"
        code: IST0138
        level: Warning
        description: "Duplicate certificate in multiple gateways may cause 404s if clients re-use HTTP2 connections."
        template: "Duplicate certificate in multiple gateways %v may cause 404s if clients re-use HTTP2 connections."
        args:
          - name: gateways
            type: "[]string"
    
      - name: "InvalidWebhook"
        code: IST0139
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 22 10:13:03 UTC 2024
    - 23.5K bytes
    - Viewed (0)
  5. pkg/config/analysis/msg/messages.gen.go

    	// Description: Duplicate certificate in multiple gateways may cause 404s if clients re-use HTTP2 connections.
    	GatewayDuplicateCertificate = diag.NewMessageType(diag.Warning, "IST0138", "Duplicate certificate in multiple gateways %v may cause 404s if clients re-use HTTP2 connections.")
    
    	// InvalidWebhook defines a diag.MessageType for message "InvalidWebhook".
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 22 10:13:03 UTC 2024
    - 43.2K bytes
    - Viewed (0)
  6. src/syscall/zsysnum_linux_mipsle.go

    	SYS_MKDIR                  = 4039
    	SYS_RMDIR                  = 4040
    	SYS_DUP                    = 4041
    	SYS_PIPE                   = 4042
    	SYS_TIMES                  = 4043
    	SYS_PROF                   = 4044
    	SYS_BRK                    = 4045
    	SYS_SETGID                 = 4046
    	SYS_GETGID                 = 4047
    	SYS_SIGNAL                 = 4048
    	SYS_GETEUID                = 4049
    	SYS_GETEGID                = 4050
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jun 14 13:21:46 UTC 2018
    - 12.1K bytes
    - Viewed (0)
  7. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_linux_mips.go

    	SYS_RMDIR                        = 4040
    	SYS_DUP                          = 4041
    	SYS_PIPE                         = 4042
    	SYS_TIMES                        = 4043
    	SYS_PROF                         = 4044
    	SYS_BRK                          = 4045
    	SYS_SETGID                       = 4046
    	SYS_GETGID                       = 4047
    	SYS_SIGNAL                       = 4048
    	SYS_GETEUID                      = 4049
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 17.6K bytes
    - Viewed (0)
  8. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_linux_mipsle.go

    	SYS_RMDIR                        = 4040
    	SYS_DUP                          = 4041
    	SYS_PIPE                         = 4042
    	SYS_TIMES                        = 4043
    	SYS_PROF                         = 4044
    	SYS_BRK                          = 4045
    	SYS_SETGID                       = 4046
    	SYS_GETGID                       = 4047
    	SYS_SIGNAL                       = 4048
    	SYS_GETEUID                      = 4049
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 17.6K bytes
    - Viewed (0)
  9. src/syscall/zsysnum_linux_mips.go

    	SYS_MKDIR                  = 4039
    	SYS_RMDIR                  = 4040
    	SYS_DUP                    = 4041
    	SYS_PIPE                   = 4042
    	SYS_TIMES                  = 4043
    	SYS_PROF                   = 4044
    	SYS_BRK                    = 4045
    	SYS_SETGID                 = 4046
    	SYS_GETGID                 = 4047
    	SYS_SIGNAL                 = 4048
    	SYS_GETEUID                = 4049
    	SYS_GETEGID                = 4050
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jun 14 13:21:46 UTC 2018
    - 12.1K bytes
    - Viewed (0)
  10. test/closure3.dir/main.go

    			return x + 2
    		}; y(40) != 42 { // ERROR "inlining call to main.func4"
    			ppanic("y(40) != 42")
    		}
    	}
    
    	{
    		y := func(x int) int { // ERROR "can inline main.func5" "func literal does not escape"
    			return x + 2
    		}
    		y = func(x int) int { // ERROR "can inline main.func6" "func literal does not escape"
    			return x + 1
    		}
    		if y(40) != 41 {
    			ppanic("y(40) != 41")
    		}
    	}
    
    	{
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Aug 17 19:36:29 UTC 2023
    - 8.3K bytes
    - Viewed (0)
Back to top