Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 27 for alternate (0.23 sec)

  1. pkg/proxy/iptables/proxier_test.go

    	testCases := []struct {
    		name string
    
    		family             v1.IPFamily
    		localhostNodePorts bool
    		nodePortAddresses  []string
    
    		// allowAltNodeIP is true if we expect NodePort traffic on the alternate
    		// node IP to be accepted
    		allowAltNodeIP bool
    
    		// expectFirewall is true if we expect KUBE-FIREWALL to be filled in with
    		// an anti-martian-packet rule
    		expectFirewall bool
    	}{
    		{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 21 14:39:54 UTC 2024
    - 249.9K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go

    		[6]*argField{}},
    	{ADDEX, 0xfc0001fe00000000, 0x7c00015400000000, 0x100000000, // Add Extended using alternate carry bit Z23-form (addex RT,RA,RB,CY)
    		[6]*argField{ap_Reg_6_10, ap_Reg_11_15, ap_Reg_16_20, ap_ImmUnsigned_21_22}},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 22 17:16:14 UTC 2022
    - 334.7K bytes
    - Viewed (0)
  3. src/net/http/h2_bundle.go

    	// TLSClientConfig specifies the TLS configuration to use with
    	// tls.Client. If nil, the default configuration is used.
    	TLSClientConfig *tls.Config
    
    	// ConnPool optionally specifies an alternate connection pool to use.
    	// If nil, the default is used.
    	ConnPool http2ClientConnPool
    
    	// DisableCompression, if true, prevents the Transport from
    	// requesting compression with an "Accept-Encoding: gzip"
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 364.1K bytes
    - Viewed (0)
  4. CHANGELOG/CHANGELOG-1.26.md

    - `GlusterFS` in-tree storage driver which was deprecated in kubernetes 1.25 release is now removed entirely in `v1.26`. Volumes must be migrated to an alternate storage solution before upgrading to `v1.26`. ([#112015](https://github.com/kubernetes/kubernetes/pull/112015), [@humblec](https://github.com/humblec))
    
    ## Changes by Kind
    
    ### Deprecation
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 14 16:24:51 UTC 2024
    - 425.7K bytes
    - Viewed (0)
  5. CHANGELOG/CHANGELOG-1.28.md

     - CephFS volume plugin (`kubernetes.io/cephfs`) has been deprecated in this release and will be removed in a subsequent release. The alternative is to use the CephFS CSI driver (https://github.com/ceph/ceph-csi/) in your Kubernetes cluster. ([#118143](https://github.com/kubernetes/kubernetes/pull/118143), [@humblec](https://github.com/humblec))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 23:47:59 UTC 2024
    - 408.3K bytes
    - Viewed (1)
  6. CHANGELOG/CHANGELOG-1.20.md

    ### CronJob controller v2 is available through feature gate
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jan 19 21:05:45 UTC 2022
    - 409K bytes
    - Viewed (0)
  7. docs/en/docs/release-notes.md

    ## 0.107.0
    
    ### Upgrades
    
    * ⬆️ Upgrade Starlette to 0.28.0. PR [#9636](https://github.com/tiangolo/fastapi/pull/9636) by [@adriangb](https://github.com/adriangb).
    
    ### Docs
    
    * 📝 Add docs: Node.js script alternative to update OpenAPI for generated clients. PR [#10845](https://github.com/tiangolo/fastapi/pull/10845) by [@alejsdev](https://github.com/alejsdev).
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Fri Jun 14 15:07:37 UTC 2024
    - 395.4K bytes
    - Viewed (0)
  8. CHANGELOG/CHANGELOG-1.29.md

     - `kubeadm`: a separate "super-admin.conf" file is now deployed. The User in `admin.conf` is...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 03:42:38 UTC 2024
    - 324.5K bytes
    - Viewed (0)
  9. staging/src/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/validation/validation_test.go

    			expectedErrors: []validationMatch{
    				// Invalid value: "null": must be object at the root
    				unsupported("spec.validation.openAPIV3Schema.type"),
    				// Forbidden: type cannot be set to null, use nullable as an alternative
    				forbidden("spec.validation.openAPIV3Schema.type"),
    				// Unsupported value: "null": supported values: "array", "boolean", "integer", "number", "object", "string"
    				invalid("spec.validation.openAPIV3Schema.type"),
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 10 22:07:40 UTC 2024
    - 349.4K bytes
    - Viewed (0)
  10. CHANGELOG/CHANGELOG-1.23.md

    The code which implements them will be removed in a future release, so users of those need to start replacing the deprecated flags with some alternative solutions.
    
    ### Software Supply Chain SLSA Level 1 Compliance in the Kubernetes Release Process
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 28 21:06:52 UTC 2023
    - 424.5K bytes
    - Viewed (0)
Back to top