Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 51 for additional (0.17 sec)

  1. CHANGELOG/CHANGELOG-1.27.md

    - Fixes issue https://github.com/kubernetes-sigs/cloud-provider-azure/issues/4230 and removes the additional filtering on `NotReady` nodes by the azure cloud provider code ([#119128](https://github.com/kubernetes/kubernetes/pull/119128), [@alexanderConstantinescu](https://github.com/alexanderConstantinescu)) [SIG Cloud Provider]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 23:01:06 UTC 2024
    - 455.3K bytes
    - Viewed (0)
  2. api/openapi-spec/v3/apis__rbac.authorization.k8s.io__v1_openapi.json

              }
            },
            "type": "object"
          },
          "io.k8s.apimachinery.pkg.apis.meta.v1.StatusDetails": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 352.2K bytes
    - Viewed (0)
  3. CHANGELOG/CHANGELOG-1.14.md

    * client-go: restores behavior of populating the BearerToken field in rest.Config objects constructed from kubeconfig files containing tokenFile config, or from in-cluster configuration. An additional BearerTokenFile field is now populated to enable constructed clients to periodically refresh tokens. ([#71713](https://github.com/kubernetes/kubernetes/pull/71713), [@liggitt](https://github.com/liggitt))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jun 14 22:06:39 UTC 2021
    - 271.5K bytes
    - Viewed (0)
  4. CHANGELOG/CHANGELOG-1.7.md

            * Leaked File descriptors ([#275](https://github.com/docker/containerd/issues/275))
    
            * Additional memory overhead per container ([#21737](https://github.com/kubernetes/kubernetes/pull/21737))
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 05 13:44:43 UTC 2022
    - 308.7K bytes
    - Viewed (0)
  5. pkg/registry/core/service/storage/storage_test.go

    	// self-documenting.
    	expectClusterIPs          bool
    	expectStackDowngrade      bool
    	expectHeadless            bool
    	expectNodePorts           bool
    	expectHealthCheckNodePort bool
    
    	// Additional proofs, provided by the tests which use this.
    	prove []svcTestProof
    }
    
    type svcTestProof func(t *testing.T, storage *wrapperRESTForTests, before, after *api.Service)
    
    // Most tests will call this.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 440.2K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/tf2xla/tests/legalize-tf.mlir

    // Serialized string:
    //   "\08\02*\08\08\01\1A\01\01\22\01\00"
    
    // CHECK-LABEL: infeed_dequeue_tuple_sharding
    func.func @infeed_dequeue_tuple_sharding() -> tensor<8xi32> {
      // CHECK: "mhlo.infeed"
      // An additional sharding is added at the end to account for token result.
      // Proto debug string:
      //   type: TUPLE
      //   tuple_shardings {
      //     type: MAXIMAL
      //     tile_assignment_dimensions: 1
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon May 06 18:46:23 UTC 2024
    - 335.5K bytes
    - Viewed (0)
  7. fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml

    <?xml version="1.0" encoding="UTF-8"?>
    <!--
      Licensed to the Apache Software Foundation (ASF) under one or more
      contributor license agreements.  See the NOTICE file distributed with
      this work for additional information regarding copyright ownership.
      The ASF licenses this file to You under the Apache License, Version 2.0
      (the "License"); you may not use this file except in compliance with
      the License.  You may obtain a copy of the License at
    
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Thu Sep 21 06:46:43 UTC 2023
    - 298.5K bytes
    - Viewed (0)
  8. src/cmd/compile/internal/ssagen/ssa.go

    func AddAux2(a *obj.Addr, v *ssa.Value, offset int64) {
    	if a.Type != obj.TYPE_MEM && a.Type != obj.TYPE_ADDR {
    		v.Fatalf("bad AddAux addr %v", a)
    	}
    	// add integer offset
    	a.Offset += offset
    
    	// If no additional symbol offset, we're done.
    	if v.Aux == nil {
    		return
    	}
    	// Add symbol's offset from its base register.
    	switch n := v.Aux.(type) {
    	case *ssa.AuxCall:
    		a.Name = obj.NAME_EXTERN
    		a.Sym = n.Fn
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 19:44:43 UTC 2024
    - 284.9K bytes
    - Viewed (0)
  9. maven-core/src/test/resources/apiv4-repo/junit/junit/4.13.1/junit-4.13.1.jar

    and b) in the case of each subsequent Contributor: i) changes to the Program, and ii) additions to the Program; where such changes and/or additions to the Program originate from and are distributed by that particular Contributor. A Contribution 'originates' from a Contributor if it was added to the Program by such Contributor itself or anyone acting on such Contributor's behalf. Contributions do not include additions to the Program which: (i) are separate modules of software distributed in conjunction...
    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. CHANGELOG/CHANGELOG-1.18.md

    ### Extending Ingress with and replacing a deprecated annotation with IngressClass
    
    In Kubernetes 1.18, there are two significant additions to Ingress: A new `pathType` field and a new `IngressClass` resource. The `pathType` field allows specifying how paths should be matched. In addition to the default `ImplementationSpecific` type, there are new `Exact` and `Prefix` path types. 
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 16 17:18:28 UTC 2021
    - 373.2K bytes
    - Viewed (0)
Back to top