Search Options

Results per page
Sort
Preferred Languages
Advance

Results 71 - 80 of 116 for Precedence (0.2 sec)

  1. staging/src/k8s.io/api/admissionregistration/v1/generated.proto

      // Required.
      optional string expression = 2;
    }
    
    // MatchResources decides whether to run the admission control policy on an object based
    // on whether it meets the match criteria.
    // The exclude rules take precedence over include rules (if a resource matches both, it is excluded)
    // +structType=atomic
    message MatchResources {
      // NamespaceSelector decides whether to run the admission control policy on an object based
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 23 17:42:49 UTC 2024
    - 51.8K bytes
    - Viewed (0)
  2. pilot/pkg/networking/core/cluster.go

    			// e.g. 1,2, 3 in service and 3,4 in sidecar ingress,
    			// this will still generate listeners for 1,2,3,4 where 3 is picked from sidecar ingress
    			// port present in sidecarIngress listener so let sidecar take precedence
    			continue
    		}
    		localCluster := cb.buildInboundCluster(epPort, bind, proxy, instances[0], instances)
    		// If inbound cluster match has service, we should see if it matches with any host name across all instances.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 01:56:28 UTC 2024
    - 33K bytes
    - Viewed (0)
  3. src/cmd/go/internal/modfetch/cache.go

    		//
    		// That's especially problematic if the original pseudo-version starts with
    		// v0.0.0-, as was the case for all pseudo-versions during vgo development,
    		// since a v0.0.0- pseudo-version has lower precedence than pretty much any
    		// tagged version.
    		//
    		// In practice, we're only looking up by hash during initial conversion of a
    		// legacy config and during an explicit 'go get', and a little extra latency
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 03 18:15:22 UTC 2024
    - 24.7K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/flowcontrol/v1/types.go

    	// FlowSchema is among those with the numerically lowest (which we take to be logically highest)
    	// MatchingPrecedence.  Each MatchingPrecedence value must be ranged in [1,10000].
    	// Note that if the precedence is not specified, it will be set to 1000 as default.
    	// +optional
    	MatchingPrecedence int32 `json:"matchingPrecedence" protobuf:"varint,2,opt,name=matchingPrecedence"`
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 23 17:42:49 UTC 2024
    - 31.1K bytes
    - Viewed (0)
  5. src/encoding/json/encode_test.go

    				}
    			)
    			return S{S1{1, 2}, S2{3, 4}}
    		},
    		want: `{}`,
    	}, {
    		CaseName: Name("DominantField"),
    		// Both S1 and S2 have a field named X, but since S has an X field as
    		// well, it takes precedence over S1.X and S2.X.
    		makeInput: func() any {
    			type (
    				S1 struct{ x, X int }
    				S2 struct{ x, X int }
    				S  struct {
    					S1
    					S2
    					x, X int
    				}
    			)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 18:42:28 UTC 2024
    - 29.4K bytes
    - Viewed (0)
  6. platforms/documentation/docs/src/docs/userguide/optimizing-performance/build-cache/build_cache.adoc

    NOTE: This configuration precedence does not apply to <<composite_builds.adoc#included_plugin_builds,plugin builds>> included through `pluginManagement` as these are loaded _before_ the cache configuration itself.
    
    [[sec:build_cache_setup_http_backend]]
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed May 15 11:30:10 UTC 2024
    - 26.1K bytes
    - Viewed (0)
  7. pilot/pkg/networking/core/listener_inbound.go

    			// e.g. 1,2, 3 in service and 3,4 in sidecar ingress,
    			// this will still generate listeners for 1,2,3,4 where 3 is picked from sidecar ingress
    			// port present in sidecarIngress listener so let sidecar take precedence
    			continue
    		}
    		cc := inboundChainConfig{
    			telemetryMetadata: telemetry.FilterChainMetadata{InstanceHostname: i.Service.Hostname},
    			port:              port,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 01:56:28 UTC 2024
    - 35.1K bytes
    - Viewed (0)
  8. pkg/controller/statefulset/stateful_set_control.go

    	// We will terminate Pods in a monotonically decreasing order.
    	// Note that we do not resurrect Pods in this interval. Also note that scaling will take precedence over
    	// updates.
    	processCondemnedFn := func(i int) (bool, error) {
    		return ssc.processCondemned(ctx, set, firstUnhealthyPod, monotonic, condemned, i)
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:03:46 UTC 2024
    - 30.9K bytes
    - Viewed (0)
  9. src/net/http/client_test.go

    // Test for golang.org/issue/5829; the Transport should respect TLSClientConfig.ServerName
    // when not empty.
    //
    // tls.Config.ServerName (non-empty, set to "example.com") takes
    // precedence over "some-other-host.tld" which previously incorrectly
    // took precedence. We don't actually connect to (or even resolve)
    // "some-other-host.tld", though, because of the Transport.Dial hook.
    //
    // The httptest.Server has a cert with "example.com" as its name.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 21:30:50 UTC 2024
    - 63.8K bytes
    - Viewed (0)
  10. api/openapi-spec/v3/apis__apps__v1_openapi.json

                "items": {
                  "allOf": [
                    {
                      "$ref": "#/components/schemas/io.k8s.api.core.v1.EnvFromSource"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 810.7K bytes
    - Viewed (0)
Back to top