Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 37 for flive (0.13 sec)

  1. src/cmd/compile/internal/ssagen/ssa.go

    		return v
    	}
    	v = s.fwdVars[n]
    	if v != nil {
    		return v
    	}
    
    	if s.curBlock == s.f.Entry {
    		// No variable should be live at entry.
    		s.f.Fatalf("value %v (%v) incorrectly live at entry", n, v)
    	}
    	// Make a FwdRef, which records a value that's live on block input.
    	// We'll find the matching definition as part of insertPhis.
    	v = s.newValue0A(ssa.OpFwdRef, t, fwdRefAux{N: n})
    	s.fwdVars[n] = v
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 19:44:43 UTC 2024
    - 284.9K bytes
    - Viewed (0)
  2. api/openapi-spec/v3/apis__rbac.authorization.k8s.io__v1_openapi.json

    from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise,...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 352.2K bytes
    - Viewed (0)
  3. api/openapi-spec/v3/apis__networking.k8s.io__v1_openapi.json

    from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise,...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 324.8K bytes
    - Viewed (0)
  4. api/openapi-spec/v3/apis__storage.k8s.io__v1_openapi.json

    from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise,...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 481.9K bytes
    - Viewed (0)
  5. api/openapi-spec/v3/apis__admissionregistration.k8s.io__v1_openapi.json

    from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise,...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 388.1K bytes
    - Viewed (0)
  6. api/openapi-spec/v3/apis__batch__v1_openapi.json

            ],
            "type": "object"
          },
          "io.k8s.api.core.v1.Probe": {
            "description": "Probe describes a health check to be performed against a container to determine whether it is alive or ready to receive traffic.",
            "properties": {
              "exec": {
                "allOf": [
                  {
                    "$ref": "#/components/schemas/io.k8s.api.core.v1.ExecAction"
                  }
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 485.4K bytes
    - Viewed (0)
  7. prow/config/calico.yaml

                      used for Felix's (internal) dataplane driver. Increase this value
                      if you experience spurious non-ready or non-live events when Felix
                      is under heavy load. Decrease the value to get felix to report non-live
                      or non-ready more quickly. [Default: 90s] \n Deprecated: replaced
                      by the generic HealthTimeoutOverrides."
                    type: string
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 21 18:32:01 UTC 2024
    - 246.5K bytes
    - Viewed (0)
  8. src/net/http/h2_bundle.go

    		if f = textproto.TrimString(f); f != "" {
    			fn(f)
    		}
    	}
    }
    
    // From http://httpwg.org/specs/rfc7540.html#rfc.section.8.1.2.2
    var http2connHeaders = []string{
    	"Connection",
    	"Keep-Alive",
    	"Proxy-Connection",
    	"Transfer-Encoding",
    	"Upgrade",
    }
    
    // checkValidHTTP2RequestHeaders checks whether h is a valid HTTP/2 request,
    // per RFC 7540 Section 8.1.2.2.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 364.1K bytes
    - Viewed (0)
  9. staging/src/k8s.io/apiextensions-apiserver/test/integration/ratcheting_test_cases/crds/standard-install.yaml

                                                \n ExternalName services can refer to
                                                CNAME DNS records that may live outside
                                                of the cluster and as such are difficult
                                                to reason about in terms of conformance.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Oct 27 17:15:18 UTC 2023
    - 458.3K bytes
    - Viewed (0)
  10. common-protos/k8s.io/api/core/v1/generated.proto

      // A node selector term, associated with the corresponding weight.
      optional NodeSelectorTerm preference = 2;
    }
    
    // Probe describes a health check to be performed against a container to determine whether it is
    // alive or ready to receive traffic.
    message Probe {
      // The action taken to determine the health of a container
      optional ProbeHandler handler = 1;
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 255.8K bytes
    - Viewed (0)
Back to top