Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 106 for _ignored (0.17 sec)

  1. api/openapi-spec/v3/apis__certificates.k8s.io__v1alpha1_openapi.json

                "description": "fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 119K bytes
    - Viewed (0)
  2. src/cmd/go/alldocs.go

    //		option. Packages named main are ignored.
    //
    //	-buildmode=exe
    //		Build the listed main packages and everything they import into
    //		executables. Packages not named main are ignored.
    //
    //	-buildmode=pie
    //		Build the listed main packages and everything they import into
    //		position independent executables (PIE). Packages not named
    //		main are ignored.
    //
    //	-buildmode=plugin
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 11 16:54:28 UTC 2024
    - 142.4K bytes
    - Viewed (0)
  3. staging/src/k8s.io/apiserver/pkg/endpoints/apiserver_test.go

    	testCases := []struct {
    		url       string
    		namespace string
    		legacy    bool
    		label     string
    		field     string
    	}{
    		// Groupless API
    
    		// legacy namespace param is ignored
    		{
    			url:       "/" + grouplessPrefix + "/" + grouplessGroupVersion.Version + "/simple?namespace=",
    			namespace: "",
    			legacy:    true,
    		},
    		{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 01 20:15:22 UTC 2023
    - 158.7K bytes
    - Viewed (0)
  4. src/cmd/go/internal/load/pkg.go

    	IgnoredGoFiles    []string `json:",omitempty"` // .go source files ignored due to build constraints
    	InvalidGoFiles    []string `json:",omitempty"` // .go source files with detected problems (parse error, wrong package name, and so on)
    	IgnoredOtherFiles []string `json:",omitempty"` // non-.go source files ignored due to build constraints
    	CFiles            []string `json:",omitempty"` // .c source files
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 28 17:00:51 UTC 2024
    - 120K bytes
    - Viewed (0)
  5. pkg/scheduler/schedule_one_test.go

    				tf.RegisterBindPlugin(defaultbinder.Name, defaultbinder.New),
    			},
    			nodes: []string{"node1", "node2"},
    			pod:   st.MakePod().Name("ignore").UID("ignore").PVC("unknownPVC").Obj(),
    			name:  "unknown PVC",
    			wErr: &framework.FitError{
    				Pod:         st.MakePod().Name("ignore").UID("ignore").PVC("unknownPVC").Obj(),
    				NumAllNodes: 2,
    				Diagnosis: framework.Diagnosis{
    					NodeToStatusMap: framework.NodeToStatusMap{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 06:20:55 UTC 2024
    - 128.1K bytes
    - Viewed (0)
  6. pkg/api/pod/util_test.go

    				},
    			},
    			podSpec: &api.PodSpec{
    				TopologySpreadConstraints: []api.TopologySpreadConstraint{
    					{NodeAffinityPolicy: &ignore},
    				},
    			},
    			wantPodSpec: &api.PodSpec{
    				TopologySpreadConstraints: []api.TopologySpreadConstraint{
    					{NodeAffinityPolicy: &ignore},
    				},
    			},
    		},
    		{
    			name:    "feature disabled, both pods use NodeTaintsPolicy fields",
    			enabled: false,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 108.8K bytes
    - Viewed (0)
  7. pkg/proxy/nftables/proxier_test.go

    				Protocol: ptr.To(v1.ProtocolTCP),
    			}}
    		}),
    		// create Local LoadBalancer endpoints. Note that since we aren't setting
    		// its NodeName, this endpoint will be considered non-local and ignored.
    		makeTestEndpointSlice("ns2", "svc2", 1, func(eps *discovery.EndpointSlice) {
    			eps.AddressType = discovery.AddressTypeIPv4
    			eps.Endpoints = []discovery.Endpoint{{
    				Addresses: []string{"10.180.0.2"},
    			}}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Apr 27 01:31:57 UTC 2024
    - 173.5K bytes
    - Viewed (0)
  8. pkg/scheduler/internal/queue/scheduling_queue_test.go

    					// However, this QueueingHintFn will be ignored actually because SchedulingQueueHint is disabled.
    					AssignedPodAdd: {
    						{
    							PluginName:     "fooPlugin1",
    							QueueingHintFn: queueHintReturnSkip,
    						},
    					},
    				},
    			},
    		},
    		{
    			name:                         "events before popping Pod are ignored when Pod is enqueued back to queue",
    			isSchedulingQueueHintEnabled: true,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 13:26:09 UTC 2024
    - 146.9K bytes
    - Viewed (0)
  9. src/cmd/go/internal/work/exec.go

    	GoFiles      []string // absolute paths to package source files
    	NonGoFiles   []string // absolute paths to package non-Go files
    	IgnoredFiles []string // absolute paths to ignored source files
    
    	ModulePath    string            // module path (may be "" on module error)
    	ModuleVersion string            // module version (may be "" on main module or module error)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 14:46:37 UTC 2024
    - 105.6K bytes
    - Viewed (0)
  10. src/crypto/x509/verify_test.go

    			expectedChains: []string{
    				"CN=root -> CN=root",
    			},
    		},
    		{
    			// Build a basic graph with two paths from leaf to root, but the path passing
    			// through C should be ignored, because it has invalid EKU nesting.
    			name: "ignore invalid EKU path",
    			graph: trustGraphDescription{
    				Roots: []rootDescription{{Subject: "root"}},
    				Leaf:  "leaf",
    				Graph: []trustGraphEdge{
    					{
    						Issuer:  "root",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 110.2K bytes
    - Viewed (0)
Back to top