Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 18 of 18 for Seal (0.15 sec)

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

            "properties": {
              "path": {
                "default": "",
                "description": "path of the directory on the host. If the path is a symlink, it will follow the link to the real path. More info: https://kubernetes.io/docs/concepts/storage/volumes#hostpath",
                "type": "string"
              },
              "type": {
    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. tensorflow/compiler/mlir/tf2xla/transforms/legalize_tf.cc

                  op.get_XlaSharding().value().str(), sharding_proto)
                  .failed()) {
            return failure();
          }
          // Token is a control signal and not a real data, so arbitrarily assign
          // the token to device 0.
          if (sharding_proto.type() == ::xla::OpSharding::TUPLE) {
            *sharding_proto.add_tuple_shardings() =
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 20:00:43 UTC 2024
    - 291.8K bytes
    - Viewed (0)
  3. docs/en/docs/release-notes.md

    * Update GitHub action issue-manager. PR [#1520](https://github.com/tiangolo/fastapi/pull/1520).
    * Add new links:
        * **English articles**:
            * [Real-time Notifications with Python and Postgres](https://wuilly.com/2019/10/real-time-notifications-with-python-and-postgres/) by [Guillermo Cruz](https://wuilly.com/).
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Fri Jun 14 15:07:37 UTC 2024
    - 395.4K bytes
    - Viewed (0)
  4. pkg/apis/core/validation/validation.go

    // tricks.
    // The pod metadata is needed to validate generic ephemeral volumes. It is optional
    // and should be left empty unless the spec is from a real pod object.
    func ValidatePodSpec(spec *core.PodSpec, podMeta *metav1.ObjectMeta, fldPath *field.Path, opts PodValidationOptions) field.ErrorList {
    	allErrs := field.ErrorList{}
    
    	var gracePeriod int64
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 349.5K bytes
    - Viewed (0)
  5. src/net/http/h2_bundle.go

    		}
    		(*t)[k] = vv
    	}
    }
    
    func (rl *http2clientConnReadLoop) processGoAway(f *http2GoAwayFrame) error {
    	cc := rl.cc
    	cc.t.connPool().MarkDead(cc)
    	if f.ErrCode != 0 {
    		// TODO: deal with GOAWAY more. particularly the error code
    		cc.vlogf("transport got GOAWAY with error code = %v", f.ErrCode)
    		if fn := cc.t.CountError; fn != nil {
    			fn("recv_goaway_" + f.ErrCode.stringToken())
    		}
    	}
    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. operator/pkg/apis/istio/v1alpha1/values_types.pb.go

    	// Defines runtime configuration of components, including Istiod and istio-agent behavior.
    	// See https://istio.io/docs/reference/config/istio.mesh.v1alpha1/ for all available options.
    	// TODO can this import the real mesh config API?
    	MeshConfig *structpb.Value `protobuf:"bytes,36,opt,name=meshConfig,proto3" json:"meshConfig,omitempty"`
    	// Configuration for the base component.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 329.6K bytes
    - Viewed (0)
  7. CHANGELOG/CHANGELOG-1.28.md

    - Kube-scheduler: fixes a 1.28.10 regression that can lead to a scheduler crash when processing pods with affinity that doesn't match a real/valid node ([#125042](https://github.com/kubernetes/kubernetes/pull/125042), [@AxeZhan](https://github.com/AxeZhan)) [SIG Scheduling and Testing]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 23:47:59 UTC 2024
    - 408.3K bytes
    - Viewed (1)
  8. CHANGELOG/CHANGELOG-1.27.md

    - Kube-scheduler: fixes a 1.27.14 regression that can lead to a scheduler crash when processing pods with affinity that doesn't match a real/valid node ([#125043](https://github.com/kubernetes/kubernetes/pull/125043), [@AxeZhan](https://github.com/AxeZhan)) [SIG Scheduling and Testing]
    
    ## Dependencies
    
    ### Added
    _Nothing has changed._
    
    ### Changed
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 23:01:06 UTC 2024
    - 455.3K bytes
    - Viewed (0)
Back to top