Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 51 for Includes (0.6 sec)

  1. pkg/apis/core/types.go

    	// when calculating pod topology spread skew. Options are:
    	// - Honor: only nodes matching nodeAffinity/nodeSelector are included in the calculations.
    	// - Ignore: nodeAffinity/nodeSelector are ignored. All nodes are included in the calculations.
    	//
    	// If this value is nil, the behavior is equivalent to the Honor policy.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 268.9K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/core/v1/types_swagger_doc_generated.go

    "nodeAffinityPolicy": "NodeAffinityPolicy indicates how we will treat Pod's nodeAffinity/nodeSelector when calculating pod topology spread skew. Options are: - Honor: only nodes matching nodeAffinity/nodeSelector are included in the calculations. - Ignore: nodeAffinity/nodeSelector are ignored. All nodes are included in the calculations.\n\nIf this value is nil, the behavior is equivalent to the Honor policy. This is a beta-level feature default enabled by the NodeInclusionPolicyInPodTopologySpread feature flag.",...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 254.8K bytes
    - Viewed (0)
  3. pkg/apis/core/validation/validation.go

    		}
    	}
    
    	return allErrs
    }
    
    // ValidatePodSpec tests that the specified PodSpec has valid data.
    // This includes checking formatting and uniqueness.  It also canonicalizes the
    // structure by setting default values and implementing any backwards-compatibility
    // tricks.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 349.5K bytes
    - Viewed (0)
  4. CHANGELOG/CHANGELOG-1.28.md

    - Updated apiserver metric `request_filter_duration_seconds` to include a 10s, 15s and 30s bucket.
    Updated apiserver metric `request_wait_duration_seconds` to include a 15s bucket. ([#118945](https://github.com/kubernetes/kubernetes/pull/118945), [@andrewsykim](https://github.com/andrewsykim))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 23:47:59 UTC 2024
    - 408.3K bytes
    - Viewed (0)
  5. src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java

        String API_JSON_RESPONSE_EXCEPTION_INCLUDED = "api.json.response.exception.included";
    
        /** The key of the configuration. e.g.  */
        String API_GSA_RESPONSE_HEADERS = "api.gsa.response.headers";
    
        /** The key of the configuration. e.g. false */
        String API_GSA_RESPONSE_EXCEPTION_INCLUDED = "api.gsa.response.exception.included";
    
        /** The key of the configuration. e.g.  */
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Apr 11 02:34:53 UTC 2024
    - 459.2K bytes
    - Viewed (0)
  6. CHANGELOG/CHANGELOG-1.14.md

    ## Changelog since v1.14.6
    
    ### Other notable changes
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jun 14 22:06:39 UTC 2021
    - 271.5K bytes
    - Viewed (0)
  7. ChangeLog.md

    - [`KT-64919`](https://youtrack.jetbrains.com/issue/KT-64919) K2 IDE: Implement KMP support for sealed class inheritors
    - [`KT-64241`](https://youtrack.jetbrains.com/issue/KT-64241) K2: Unresolved calls to functions in scripts depending on included projects
    - [`KT-65813`](https://youtrack.jetbrains.com/issue/KT-65813) Analysis API Standalone: `FirDeclarationForCompiledElementSearcher` does not find compiled elements
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Mon May 27 17:14:23 UTC 2024
    - 292.1K bytes
    - Viewed (0)
  8. prow/config/calico.yaml

                  logDebugFilenameRegex:
                    description: LogDebugFilenameRegex controls which source code files
                      have their Debug log output included in the logs. Only logs from
                      files with names that match the given regular expression are included.  The
                      filter only applies to Debug level logs.
                    type: string
                  logFilePath:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 21 18:32:01 UTC 2024
    - 246.5K bytes
    - Viewed (0)
  9. pkg/proxy/iptables/proxier_test.go

    						destIP:   localhostIP,
    						destPort: 3001,
    						output:   "",
    					},
    				})
    			}
    
    			// NodePort on altNodeIP should be allowed, unless
    			// nodePortAddressess excludes altNodeIP
    			if tc.allowAltNodeIP {
    				runPacketFlowTests(t, getLine(), ipt, testNodeIPs, []packetFlowTest{
    					{
    						name:     "external to nodePort on secondary IP",
    						sourceIP: externalClientIP,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 21 14:39:54 UTC 2024
    - 249.9K bytes
    - Viewed (0)
  10. fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml

        <glob pattern="*.mime"/>
        <sub-class-of type="text/x-tika-text-based-message"/>
      </mime-type>
    
      <mime-type type="application/x-httpresponse">
        <!-- sometimes PDFs and other files may include the http headers
            from their retrieval.
            -->
        <magic priority="60">
          <match value="HTTP/" type="string" offset="0">
            <match value="\nCache-Control:" type="string" offset="0:1000"/>
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Thu Sep 21 06:46:43 UTC 2023
    - 298.5K bytes
    - Viewed (0)
Back to top