Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 21 for shortly (0.23 sec)

  1. src/net/http/h2_bundle.go

    		sc.writeSched = http2newRoundRobinWriteScheduler()
    	}
    
    	// These start at the RFC-specified defaults. If there is a higher
    	// configured value for inflow, that will be updated when we send a
    	// WINDOW_UPDATE shortly after sending SETTINGS.
    	sc.flow.add(http2initialWindowSize)
    	sc.inflow.init(http2initialWindowSize)
    	sc.hpackEncoder = hpack.NewEncoder(&sc.headerWriteBuf)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 364.1K bytes
    - Viewed (0)
  2. CHANGELOG/CHANGELOG-1.26.md

    - Fixed a bug that resulted in "grpc: the client connection is closing" errors shortly after the Kubernetes API server automatically reloaded its encryption-at-rest config due to an observed change to the file.  This bug was only encountered when the --encryption-provider-config-automatic-reload flag was set to true. ([#113955](htt...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 14 16:24:51 UTC 2024
    - 425.7K bytes
    - Viewed (0)
  3. pkg/proxy/iptables/proxier_test.go

    			// See the comment below in the "pod to LB with eTP:Local" case.
    			// It doesn't actually make sense to short-circuit here, since if
    			// you connect directly to a NodePort from outside the cluster,
    			// you only get the local endpoints. But it's simpler for us and
    			// slightly more convenient for users to have this case get
    			// short-circuited too.
    			output: "10.180.0.2:80, 10.180.1.2:80",
    			masq:   false,
    		},
    		{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 21 14:39:54 UTC 2024
    - 249.9K bytes
    - Viewed (0)
  4. CHANGELOG/CHANGELOG-1.28.md

     
    ## Changes by Kind
    
    ### Deprecation
    
    - Changed `kubectl version` default output to be identical to what `kubectl version --short` printed,
      and removed `--short` flag entirely. ([#116720](https://github.com/kubernetes/kubernetes/pull/116720), [@soltysh](https://github.com/soltysh))
    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. CHANGELOG/CHANGELOG-1.14.md

    - Add a configuration field to shorten the timeout of validating/mutating admission webhook call. The timeout value must be between 1 and 30 seconds. Default to 30 seconds when unspecified.  ([#74562](https://github.com/kubernetes/kubernetes/pull/74562), [@roycaihw](https://github.com/roycaihw))...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jun 14 22:06:39 UTC 2021
    - 271.5K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/core/v1/types.go

    	// FSGroupChangeOnRootMismatch indicates that volume's ownership and permissions will be changed
    	// only when permission and ownership of root directory does not match with expected
    	// permissions on the volume. This can help shorten the time it takes to change
    	// ownership and permissions of a volume.
    	FSGroupChangeOnRootMismatch PodFSGroupChangePolicy = "OnRootMismatch"
    	// FSGroupChangeAlways indicates that volume's ownership and permissions
    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. tensorflow/compiler/mlir/tf2xla/transforms/legalize_tf.cc

        ShapedType input_type = mlir::dyn_cast<ShapedType>(op.getInput().getType());
    
        // Align is a string specifying how superdiagonals and subdiagonals should
        // be aligned/padded for diagonals that are shorter than max_diag_len. The
        // format is "{super}_{sub}", with {super} the superdiagonal alignment and
        // {sub} the subdiagonal alignment. "LEFT" means rows will be padded to the
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 20:00:43 UTC 2024
    - 291.8K bytes
    - Viewed (0)
  8. CHANGELOG/CHANGELOG-1.8.md

    - The Job controller now creates pods in batches instead of all at once. ([#49142](https://github.com/kubernetes/kubernetes/pull/49142), [@joelsmith](https://github.com/joelsmith)).
    
    - Short `.spec.ActiveDeadlineSeconds` is properly applied to a Job. ([#48545](https://github.com/kubernetes/kubernetes/pull/48454), [@weiwei4](https://github.com/weiwei04)).
    
    
    #### CLI Changes
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 312.2K bytes
    - Viewed (0)
  9. CHANGELOG/CHANGELOG-1.9.md

    ### AWS
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Nov 16 10:46:27 UTC 2021
    - 313.7K bytes
    - Viewed (0)
  10. staging/src/k8s.io/api/core/v1/generated.proto

      optional .k8s.io.apimachinery.pkg.apis.meta.v1.ObjectMeta metadata = 1;
    
      // The object that this event is about.
      optional ObjectReference involvedObject = 2;
    
      // This should be a short, machine understandable string that gives the reason
      // for the transition into the object's current status.
      // TODO: provide exact specification for format.
      // +optional
      optional string reason = 3;
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 280.3K bytes
    - Viewed (0)
Back to top