Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 138 for Categories (0.27 sec)

  1. pkg/controller/controller_ref_manager.go

    // Three methods are defined on this object 1: Classify 2: AdoptReplicaSet and
    // 3: ReleaseReplicaSet which are used to classify the ReplicaSets into appropriate
    // categories and accordingly adopt or release them. See comments on these functions
    // for more details.
    type ReplicaSetControllerRefManager struct {
    	BaseControllerRefManager
    	controllerKind schema.GroupVersionKind
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jul 12 12:57:29 UTC 2023
    - 21.5K bytes
    - Viewed (0)
  2. docs/zh/docs/contributing.md

    * 检查在 <a href="https://github.com/tiangolo/fastapi/discussions/categories/translations" class="external-link" target="_blank">GitHub Discussion</a> 是否有关于你所用语言的协作翻译。 如果有,你可以订阅它,当有一条新的 PR 请求需要评审时,系统会自动将其添加到讨论中,你也会收到对应的推送。
    
    * 每翻译一个页面新增一个 pull request。这将使其他人更容易对其进行评审。
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Wed Mar 13 11:57:21 UTC 2024
    - 12.9K bytes
    - Viewed (0)
  3. platforms/jvm/testing-jvm/src/integTest/groovy/org/gradle/testing/TestReportTaskIntegrationTest.groovy

            return """
                package org.gradle.testing;
    
                import static org.junit.Assert.*;
                import org.junit.Test;
                import org.junit.experimental.categories.Category;
            """.stripIndent()
        }
    
        TestFile rerunningTest(String className) {
            file("src/test/java/${className}.java") << """
                import org.junit.Assert;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Sep 18 20:52:40 UTC 2023
    - 16.6K bytes
    - Viewed (0)
  4. staging/src/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/types.go

    	Kind string
    	// ListKind is the serialized kind of the list for this resource.  Defaults to <kind>List.
    	ListKind string
    	// Categories is a list of grouped resources custom resources belong to (e.g. 'all')
    	// +optional
    	Categories []string
    }
    
    // ResourceScope is an enum defining the different scopes available to a custom resource
    type ResourceScope string
    
    const (
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Feb 28 19:06:46 UTC 2024
    - 21.2K bytes
    - Viewed (0)
  5. staging/src/k8s.io/apiextensions-apiserver/pkg/registry/customresource/etcd_test.go

    	defer server.Terminate(t)
    	defer storage.CustomResource.Store.DestroyFunc()
    
    	expected := []string{"all"}
    	actual := storage.CustomResource.Categories()
    	ok := reflect.DeepEqual(actual, expected)
    	if !ok {
    		t.Errorf("categories are not equal. expected = %v actual = %v", expected, actual)
    	}
    }
    
    func TestColumns(t *testing.T) {
    	storage, server := newStorage(t)
    	defer server.Terminate(t)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Feb 28 19:06:46 UTC 2024
    - 25.2K bytes
    - Viewed (0)
  6. platforms/documentation/samples/src/integTest/groovy/org/gradle/integtests/samples/java/SamplesJavaTestingIntegrationTest.groovy

            getStandardTestReportDir(dslDir, "util", "").file("index.html").assertDoesNotExist()
    
            where:
            dsl << ['groovy', 'kotlin']
        }
    
        @UsesSample("testing/junit-categories")
        def "can filter tests by JUnit category with #dsl dsl"() {
            given:
            TestFile dslDir = sample.dir.file(dsl)
            executer.inDirectory(dslDir)
    
            when:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 12.8K bytes
    - Viewed (0)
  7. src/cmd/compile/internal/inline/inlheur/scoring.go

    type scoreAdjustTyp uint
    
    // These constants capture the various ways in which the inliner's
    // scoring phase can adjust a callsite score based on heuristics. They
    // fall broadly into three categories:
    //
    // 1) adjustments based solely on the callsite context (ex: call
    // appears on panic path)
    //
    // 2) adjustments that take into account specific interesting values
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Mar 27 20:42:52 UTC 2024
    - 24.2K bytes
    - Viewed (0)
  8. platforms/documentation/docs/src/docs/userguide/dep-man/dependency_management_terminology.adoc

    The most widely-used versioning strategy is link:https://semver.org/[semantic versioning].
    
    [[sub::terminology_platform]]
    == Platform
    
    A platform is a set of modules aimed to be used together. There are different categories of platforms, corresponding to different use cases:
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Dec 01 18:45:05 UTC 2023
    - 11.5K bytes
    - Viewed (0)
  9. staging/src/k8s.io/apiserver/pkg/apis/audit/v1/generated.proto

      // +optional
      optional string resourceVersion = 7;
    
      // +optional
      optional string subresource = 8;
    }
    
    // Policy defines the configuration of audit logging, and the rules for how different request
    // categories are logged.
    message Policy {
      // ObjectMeta is included for interoperability with API infrastructure.
      // +optional
      optional .k8s.io.apimachinery.pkg.apis.meta.v1.ObjectMeta metadata = 1;
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 10.6K bytes
    - Viewed (0)
  10. api/openapi-spec/v3/apis__authentication.k8s.io__v1alpha1_openapi.json

          },
          "io.k8s.apimachinery.pkg.apis.meta.v1.APIResource": {
            "description": "APIResource specifies the name of a resource and whether it is namespaced.",
            "properties": {
              "categories": {
                "description": "categories is a list of the grouped resources this resource belongs to (e.g. 'all')",
                "items": {
                  "default": "",
                  "type": "string"
                },
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Nov 27 20:06:25 UTC 2023
    - 31.5K bytes
    - Viewed (0)
Back to top