Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 5,090 for covering (0.22 sec)

  1. pkg/quota/v1/evaluator/core/pods.go

    }
    
    // UncoveredQuotaScopes takes the input matched scopes which are limited by configuration and the matched quota scopes.
    // It returns the scopes which are in limited scopes but don't have a corresponding covering quota scope
    func (p *podEvaluator) UncoveredQuotaScopes(limitedScopes []corev1.ScopedResourceSelectorRequirement, matchedQuotaScopes []corev1.ScopedResourceSelectorRequirement) ([]corev1.ScopedResourceSelectorRequirement, error) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 05 00:02:47 UTC 2023
    - 17.4K bytes
    - Viewed (0)
  2. pkg/apis/apps/v1beta1/zz_generated.defaults.go

    	v1 "k8s.io/kubernetes/pkg/apis/core/v1"
    )
    
    // RegisterDefaults adds defaulters functions to the given scheme.
    // Public to allow building arbitrary schemes.
    // All generated defaulters are covering - they call all nested defaulters.
    func RegisterDefaults(scheme *runtime.Scheme) error {
    	scheme.AddTypeDefaultingFunc(&v1beta1.Deployment{}, func(obj interface{}) { SetObjectDefaults_Deployment(obj.(*v1beta1.Deployment)) })
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Nov 17 17:31:23 UTC 2021
    - 20.8K bytes
    - Viewed (0)
  3. android/guava-tests/test/com/google/common/math/QuantilesTest.java

       * 3. Tests on a mechanically generated dataset for chains starting with percentiles();
       * 4. Tests of illegal usages of the API.
       */
    
      /*
       * Covering every combination would lead to an explosion in the number of tests. So we cover only:
       * - median with compute taking a double-collection and with computeInPlace;
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Wed Sep 06 17:04:31 UTC 2023
    - 29.7K bytes
    - Viewed (0)
  4. pkg/apis/batch/v1/zz_generated.defaults.go

    )
    
    // RegisterDefaults adds defaulters functions to the given scheme.
    // Public to allow building arbitrary schemes.
    // All generated defaulters are covering - they call all nested defaulters.
    func RegisterDefaults(scheme *runtime.Scheme) error {
    	scheme.AddTypeDefaultingFunc(&v1.CronJob{}, func(obj interface{}) { SetObjectDefaults_CronJob(obj.(*v1.CronJob)) })
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Nov 17 17:31:23 UTC 2021
    - 20.7K bytes
    - Viewed (0)
  5. android/guava-tests/test/com/google/common/util/concurrent/ServiceManagerTest.java

          assertTrue(managerServices + " should contain " + service, managerServices.contains(service));
        }
      }
    
      /**
       * This is for covering a case where the ServiceManager would behave strangely if constructed with
       * no service under management. Listeners would never fire because the ServiceManager was healthy
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Oct 02 17:20:27 UTC 2023
    - 23.2K bytes
    - Viewed (0)
  6. guava-tests/test/com/google/common/util/concurrent/ServiceManagerTest.java

          assertTrue(managerServices + " should contain " + service, managerServices.contains(service));
        }
      }
    
      /**
       * This is for covering a case where the ServiceManager would behave strangely if constructed with
       * no service under management. Listeners would never fire because the ServiceManager was healthy
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Oct 02 17:20:27 UTC 2023
    - 23.9K bytes
    - Viewed (0)
  7. staging/src/k8s.io/apiserver/pkg/registry/rest/rest.go

    	// particular version.
    	Watch(ctx context.Context, options *metainternalversion.ListOptions) (watch.Interface, error)
    }
    
    // StandardStorage is an interface covering the common verbs. Provided for testing whether a
    // resource satisfies the normal storage methods. Use Storage when passing opaque storage objects.
    type StandardStorage interface {
    	Getter
    	Lister
    	CreaterUpdater
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Mar 20 14:29:25 UTC 2023
    - 18.6K bytes
    - Viewed (0)
  8. src/image/color/palette/palette.go

    // intensity resolution. This results in 16 gray shades (4 gray subcubes with
    // 4 samples in each), 13 shades of each primary and secondary color (3
    // subcubes with 4 samples plus black) and a reasonable selection of colors
    // covering the rest of the color cube. The advantage is better representation
    // of continuous tones.
    //
    // This palette was used in the Plan 9 Operating System, described at
    // https://9p.io/magic/man2html/6/color
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 12:02:45 UTC 2023
    - 18.3K bytes
    - Viewed (0)
  9. platforms/documentation/docs/src/docs/userguide/dep-man/01-core-dependency-management/dependency_resolution.adoc

    // See the License for the specific language governing permissions and
    // limitations under the License.
    
    [[understanding_dependency_resolution]]
    = Understanding dependency resolution
    
    This chapter covers the way dependency resolution works _inside_ Gradle.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Dec 07 01:37:51 UTC 2023
    - 22.1K bytes
    - Viewed (0)
  10. pkg/apis/extensions/v1beta1/zz_generated.defaults.go

    	v1 "k8s.io/kubernetes/pkg/apis/core/v1"
    )
    
    // RegisterDefaults adds defaulters functions to the given scheme.
    // Public to allow building arbitrary schemes.
    // All generated defaulters are covering - they call all nested defaulters.
    func RegisterDefaults(scheme *runtime.Scheme) error {
    	scheme.AddTypeDefaultingFunc(&v1beta1.DaemonSet{}, func(obj interface{}) { SetObjectDefaults_DaemonSet(obj.(*v1beta1.DaemonSet)) })
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jan 06 09:07:02 UTC 2023
    - 31.2K bytes
    - Viewed (0)
Back to top