Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 37 for thereby (0.19 sec)

  1. src/cmd/compile/internal/ssagen/ssa.go

    				// nothing to do
    			case ssa.OpSelect0, ssa.OpSelect1, ssa.OpSelectN, ssa.OpMakeResult:
    				// nothing to do
    			case ssa.OpGetG:
    				// nothing to do when there's a g register,
    				// and checkLower complains if there's not
    			case ssa.OpVarDef, ssa.OpVarLive, ssa.OpKeepAlive, ssa.OpWBend:
    				// nothing to do; already used by liveness
    			case ssa.OpPhi:
    				CheckLoweredPhi(v)
    			case ssa.OpConvert:
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 19:44:43 UTC 2024
    - 284.9K bytes
    - Viewed (0)
  2. CHANGELOG/CHANGELOG-1.7.md

    * Services of type LoadBalancer (on GCE/GKE) that have static IP addresses will cause the Service Controller to panic and thereby causing the kube-controller-manager to crash loop.
    ([#48848](https://github.com/kubernetes/kubernetes/issues/48848))
    
    ## **Deprecations**
    
    ### Cluster provisioning scripts
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 05 13:44:43 UTC 2022
    - 308.7K bytes
    - Viewed (0)
  3. CHANGELOG/CHANGELOG-1.20.md

    - Add a new flag to set priority for the kubelet on Windows nodes so that workloads cannot overwhelm the node thereby disrupting kubelet process. ([#96051](https://github.com/kubernetes/kubernetes/pull/96051), [@ravisantoshgudimetla](https://github.com/ravisantoshgudimetla)) [SIG Node and Windows]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jan 19 21:05:45 UTC 2022
    - 409K bytes
    - Viewed (0)
  4. CHANGELOG/CHANGELOG-1.24.md

    to Services.
    With the manual enablement of this feature, the cluster will prefer automatic assignment from
    the pool of Service IP addresses thereby reducing the risk of collision.
    
    A Service `ClusterIP` can be assigned:
    
    * dynamically, which means the cluster will automatically pick a free IP within the configured Service IP range.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Aug 24 00:02:43 UTC 2023
    - 473.4K bytes
    - Viewed (0)
  5. src/net/http/h2_bundle.go

    		// Client has closed their connection to the server.
    		return http2errClientDisconnected
    	}
    }
    
    // writeFrame schedules a frame to write and sends it if there's nothing
    // already being written.
    //
    // There is no pushback here (the serve goroutine never blocks). It's
    // the http.Handlers that block, waiting for their previous frames to
    // make it onto the wire
    //
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 364.1K bytes
    - Viewed (0)
  6. pkg/proxy/iptables/proxier_test.go

    		{
    			name:                  "internalTrafficPolicy is set and there are local endpoints",
    			internalTrafficPolicy: ptr.To(v1.ServiceInternalTrafficPolicyLocal),
    			endpoints: []endpoint{
    				{"10.0.1.1", testHostname},
    				{"10.0.1.2", "host1"},
    				{"10.0.1.3", "host2"},
    			},
    		},
    		{
    			name:                  "externalTrafficPolicy is set and there are local endpoints",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 21 14:39:54 UTC 2024
    - 249.9K bytes
    - Viewed (0)
  7. staging/src/k8s.io/apiextensions-apiserver/test/integration/ratcheting_test_cases/crds/standard-install.yaml

                            document that. \n For HTTPRoute and TLSRoute resources, there
                            is an interaction with the `spec.hostnames` array. When both
                            listener and route specify hostnames, there MUST be an intersection
                            between the values for a Route to be accepted. For more information,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Oct 27 17:15:18 UTC 2023
    - 458.3K bytes
    - Viewed (0)
  8. pkg/apis/core/types.go

    	// When unset, there is no VolumeAttributeClass applied to this PersistentVolumeClaim
    	// This is an alpha field and requires enabling VolumeAttributesClass feature.
    	// +featureGate=VolumeAttributesClass
    	// +optional
    	CurrentVolumeAttributesClassName *string
    	// ModifyVolumeStatus represents the status object of ControllerModifyVolume operation.
    	// When this is unset, there is no ModifyVolume operation being attempted.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 268.9K bytes
    - Viewed (0)
  9. maven-core/src/test/resources/apiv4-repo/junit/junit/4.13.1/junit-4.13.1.jar

    OF RIGHTS a) Subject to the terms of this Agreement, each Contributor hereby grants Recipient a non-exclusive, worldwide, royalty-free copyright license to reproduce, prepare derivative works of, publicly display, publicly perform, distribute and sublicense the Contribution of such Contributor, if any, and such derivative works, in source code and object code form. b) Subject to the terms of this Agreement, each Contributor hereby grants Recipient a non-exclusive, worldwide, royalty-free patent license...
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue Dec 19 19:08:55 UTC 2023
    - 373.7K bytes
    - Viewed (0)
  10. staging/src/k8s.io/api/core/v1/types.go

    	// If nothing exists at the given path, an empty directory will be created there
    	// as needed with file mode 0755, having the same group and ownership with Kubelet.
    	HostPathDirectoryOrCreate HostPathType = "DirectoryOrCreate"
    	// A directory must exist at the given path
    	HostPathDirectory HostPathType = "Directory"
    	// If nothing exists at the given path, an empty file will be created there
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 390.8K bytes
    - Viewed (0)
Back to top