Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 23 for _ignored (0.16 sec)

  1. api/openapi-spec/v3/apis__batch__v1_openapi.json

                "type": "string"
              },
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 485.4K bytes
    - Viewed (0)
  2. pkg/apis/core/types.go

    	// - Honor: nodes without taints, along with tainted nodes for which the incoming pod
    	// has a toleration, are included.
    	// - Ignore: node taints are ignored. All nodes are included.
    	//
    	// If this value is nil, the behavior is equivalent to the Ignore policy.
    	// This is a beta-level feature default enabled by the NodeInclusionPolicyInPodTopologySpread feature flag.
    	// +optional
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 268.9K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/core/v1/types_swagger_doc_generated.go

    // information on the implementation: https://github.com/emicklei/go-restful/pull/215
    //
    // TODOs are ignored from the parser (e.g. TODO(andronat):... || TODO:...) if and only if
    // they are on one line! For multiple line or blocks that you want to ignore use ---.
    // Any context after a --- is ignored.
    //
    // Those methods can be generated by using hack/update-codegen.sh
    
    // AUTO-GENERATED FUNCTIONS START HERE. DO NOT EDIT.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 254.8K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/core/v1/generated.proto

      // - Honor: nodes without taints, along with tainted nodes for which the incoming pod
      // has a toleration, are included.
      // - Ignore: node taints are ignored. All nodes are included.
      //
      // If this value is nil, the behavior is equivalent to the Ignore policy.
      // This is a beta-level feature default enabled by the NodeInclusionPolicyInPodTopologySpread feature flag.
      // +optional
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 280.3K bytes
    - Viewed (0)
  5. pkg/proxy/iptables/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: Tue May 21 14:39:54 UTC 2024
    - 249.9K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/core/v1/types.go

    	// - Honor: nodes without taints, along with tainted nodes for which the incoming pod
    	// has a toleration, are included.
    	// - Ignore: node taints are ignored. All nodes are included.
    	//
    	// If this value is nil, the behavior is equivalent to the Ignore policy.
    	// This is a beta-level feature default enabled by the NodeInclusionPolicyInPodTopologySpread feature flag.
    	// +optional
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 390.8K bytes
    - Viewed (0)
  7. src/net/http/h2_bundle.go

    		} else {
    			// TODO: care? unlike http/1, it won't mess up our framing, so it's
    			// more safe smuggling-wise to ignore.
    		}
    	} else if len(clens) > 1 {
    		// TODO: care? unlike http/1, it won't mess up our framing, so it's
    		// more safe smuggling-wise to ignore.
    	} else if f.StreamEnded() && !cs.isHead {
    		res.ContentLength = 0
    	}
    
    	if cs.isHead {
    		res.Body = http2noBody
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 364.1K bytes
    - Viewed (0)
  8. CHANGELOG/CHANGELOG-1.30.md

      much later). ([#122204](https://github.com/kubernetes/kubernetes/pull/122204), [@danwinship](https://github.com/danwinship))
    - Fixed a regression in "kubeadm init" where a user-specified --kubeconfig file was being ignored. ([#122735](https://github.com/kubernetes/kubernetes/pull/122735), [@avorima](https://github.com/avorima))
    - Fixed a regression in kubectl version `1.29.0` where the `--attach` flag was not honored.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 04:05:28 UTC 2024
    - 253.2K bytes
    - Viewed (0)
  9. ChangeLog.md

    - [`KT-65478`](https://youtrack.jetbrains.com/issue/KT-65478) JVM: Change inlined variable naming format
    - [`KT-64702`](https://youtrack.jetbrains.com/issue/KT-64702) Upper bound of type parameter is ignored when capturing of in-projection appears in out position
    - [`KT-60274`](https://youtrack.jetbrains.com/issue/KT-60274) K2: builder inference works through a delegated local variable inside builder argument
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Mon May 27 17:14:23 UTC 2024
    - 292.1K bytes
    - Viewed (0)
  10. src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java

        /** The key of the configuration. e.g. false */
        String CRAWLER_IGNORE_ROBOTS_TXT = "crawler.ignore.robots.txt";
    
        /** The key of the configuration. e.g. false */
        String CRAWLER_IGNORE_ROBOTS_TAGS = "crawler.ignore.robots.tags";
    
        /** The key of the configuration. e.g. true */
        String CRAWLER_IGNORE_CONTENT_EXCEPTION = "crawler.ignore.content.exception";
    
        /** The key of the configuration. e.g. 404 */
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Apr 11 02:34:53 UTC 2024
    - 459.2K bytes
    - Viewed (0)
Back to top