Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 51 for Categories (0.13 sec)

  1. platforms/jvm/testing-jvm-infrastructure/src/main/java/org/gradle/api/internal/tasks/testing/junit/CategoryFilter.java

                    categories.addAll(Arrays.asList(annotation.value()));
                }
            }
    
            boolean result = inclusions.isEmpty();
    
            for (Class<?> category : categories) {
                if (matches(category, inclusions)) {
                    result = true;
                    break;
                }
            }
    
            if (result) {
                for (Class<?> category : categories) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 28 15:59:04 UTC 2024
    - 5.4K bytes
    - Viewed (0)
  2. api/discovery/apis__admissionregistration.k8s.io__v1.json

    {
      "apiVersion": "v1",
      "groupVersion": "admissionregistration.k8s.io/v1",
      "kind": "APIResourceList",
      "resources": [
        {
          "categories": [
            "api-extensions"
          ],
          "kind": "MutatingWebhookConfiguration",
          "name": "mutatingwebhookconfigurations",
          "namespaced": false,
          "singularName": "mutatingwebhookconfiguration",
          "storageVersionHash": "Sqi0GUgDaX0=",
          "verbs": [
            "create",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 20:14:51 UTC 2024
    - 2.2K bytes
    - Viewed (0)
  3. api/discovery/apis__admissionregistration.k8s.io__v1alpha1.json

    {
      "apiVersion": "v1",
      "groupVersion": "admissionregistration.k8s.io/v1alpha1",
      "kind": "APIResourceList",
      "resources": [
        {
          "categories": [
            "api-extensions"
          ],
          "kind": "ValidatingAdmissionPolicy",
          "name": "validatingadmissionpolicies",
          "namespaced": false,
          "singularName": "validatingadmissionpolicy",
          "storageVersionHash": "6OxvlMmQ6is=",
          "verbs": [
            "create",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 20:14:51 UTC 2024
    - 1.3K bytes
    - Viewed (0)
  4. api/discovery/apis__admissionregistration.k8s.io__v1beta1.json

    {
      "apiVersion": "v1",
      "groupVersion": "admissionregistration.k8s.io/v1beta1",
      "kind": "APIResourceList",
      "resources": [
        {
          "categories": [
            "api-extensions"
          ],
          "kind": "ValidatingAdmissionPolicy",
          "name": "validatingadmissionpolicies",
          "namespaced": false,
          "singularName": "validatingadmissionpolicy",
          "storageVersionHash": "6OxvlMmQ6is=",
          "verbs": [
            "create",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 20:14:51 UTC 2024
    - 1.3K bytes
    - Viewed (0)
  5. platforms/documentation/docs/src/docs/userguide/optimizing-performance/inspect.adoc

    If you find that something in Gradle itself slows down your build, don't hesitate to send a profiler snapshot to ******@****.***.
    
    == Performance categories
    
    Both build scans and local profile reports break down build execution into the same categories.
    The following sections explain those categories.
    
    === Startup
    
    This reflects Gradle’s initialization time, which consists mostly of:
    
    - JVM initialization and class loading
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 14 09:28:20 UTC 2024
    - 6.7K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/apidiscovery/v2/types.go

    	ShortNames []string `json:"shortNames,omitempty" protobuf:"bytes,6,rep,name=shortNames"`
    	// categories is a list of the grouped resources this resource belongs to (e.g. 'all').
    	// Clients may use this to simplify acting on multiple resource types at once.
    	// +listType=set
    	Categories []string `json:"categories,omitempty" protobuf:"bytes,7,rep,name=categories"`
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 23 17:42:49 UTC 2024
    - 8.9K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/testdata/v1.30.0/apidiscovery.k8s.io.v2.APIGroupDiscovery.json

    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 2.3K bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/testdata/v1.30.0/apidiscovery.k8s.io.v2beta1.APIGroupDiscovery.yaml

        kind: kindValue
        name: nameValue
        uid: uidValue
      resourceVersion: resourceVersionValue
      selfLink: selfLinkValue
      uid: uidValue
    versions:
    - freshness: freshnessValue
      resources:
      - categories:
        - categoriesValue
        resource: resourceValue
        responseKind:
          group: groupValue
          kind: kindValue
          version: versionValue
        scope: scopeValue
        shortNames:
        - shortNamesValue
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 1.5K bytes
    - Viewed (0)
  9. staging/src/k8s.io/apiextensions-apiserver/pkg/apiserver/customresource_discovery_controller.go

    			Kind:               crd.Status.AcceptedNames.Kind,
    			Verbs:              verbs,
    			ShortNames:         crd.Status.AcceptedNames.ShortNames,
    			Categories:         crd.Status.AcceptedNames.Categories,
    			StorageVersionHash: storageVersionHash,
    		})
    
    		subresources, err := apiextensionshelpers.GetSubresourcesForVersion(crd, version.Version)
    		if err != nil {
    			return err
    		}
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Apr 21 11:40:03 UTC 2024
    - 12.8K bytes
    - Viewed (0)
  10. staging/src/k8s.io/api/testdata/v1.30.0/apidiscovery.k8s.io.v2.APIGroupDiscovery.yaml

        kind: kindValue
        name: nameValue
        uid: uidValue
      resourceVersion: resourceVersionValue
      selfLink: selfLinkValue
      uid: uidValue
    versions:
    - freshness: freshnessValue
      resources:
      - categories:
        - categoriesValue
        resource: resourceValue
        responseKind:
          group: groupValue
          kind: kindValue
          version: versionValue
        scope: scopeValue
        shortNames:
        - shortNamesValue
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 1.5K bytes
    - Viewed (0)
Back to top