Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 69 for DETAILS (0.33 sec)

  1. api/openapi-spec/v3/apis__apiregistration.k8s.io__v1_openapi.json

                "type": "integer"
              },
              "details": {
                "allOf": [
                  {
                    "$ref": "#/components/schemas/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
    - 135.1K bytes
    - Viewed (0)
  2. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/transform/ArtifactTransformIntegrationTest.groovy

                        String consumerValue = details.getConsumerValue()
                        Set<String> candidateValues = details.getCandidateValues()
                        if (consumerValue == null) {
                            // Default to preferred
                            if (candidateValues.contains("preferred")) {
                                details.closestMatch("preferred")
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Nov 07 18:43:42 UTC 2023
    - 100.8K bytes
    - Viewed (0)
  3. api/openapi-spec/v3/apis__scheduling.k8s.io__v1_openapi.json

                "type": "integer"
              },
              "details": {
                "allOf": [
                  {
                    "$ref": "#/components/schemas/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
    - 116.6K bytes
    - Viewed (0)
  4. api/openapi-spec/v3/apis__certificates.k8s.io__v1alpha1_openapi.json

                "type": "integer"
              },
              "details": {
                "allOf": [
                  {
                    "$ref": "#/components/schemas/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
    - 119K bytes
    - Viewed (0)
  5. api/openapi-spec/v3/apis__certificates.k8s.io__v1_openapi.json

                "type": "integer"
              },
              "details": {
                "allOf": [
                  {
                    "$ref": "#/components/schemas/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
    - 151.7K bytes
    - Viewed (0)
  6. staging/src/k8s.io/apimachinery/pkg/util/managedfields/internal/testdata/swagger.json

            "running": {
              "$ref": "#/definitions/io.k8s.api.core.v1.ContainerStateRunning",
              "description": "Details about a running container"
            },
            "terminated": {
              "$ref": "#/definitions/io.k8s.api.core.v1.ContainerStateTerminated",
              "description": "Details about a terminated container"
            },
            "waiting": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 229.4K bytes
    - Viewed (0)
  7. cmd/site-replication.go

    	for id, rl := range newRMap {
    		// if rule is already in original list update non tranisition details with latest
    		// else simply add to the map. This may happen if ILM expiry replication
    		// was disabled for sometime and rules were updated independently in different
    		// sites. Latest changes would get applied but merge only the non transition details
    		if existingRl, ok := rMap[id]; ok {
    			clonedRl := rl.CloneNonTransition()
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri May 24 23:05:23 UTC 2024
    - 184.3K bytes
    - Viewed (0)
  8. operator/cmd/mesh/testdata/manifest-generate/data-snapshot.tar.gz

    description: 'Provides configuration for individual workloads. See more details at: https://istio.io/docs/reference/config/networking/proxy-config.html' properties: concurrency: description: The number of worker threads to run. nullable: true type: integer environmentVariables: additionalProperties: type: string description: Additional environment variables for the proxy. type: object image: description: Specifies the details of the proxy image. properties: imageType: description: The image type of...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 198.1K bytes
    - Viewed (0)
  9. src/cmd/vendor/golang.org/x/sys/windows/types_windows.go

    	IfOperStatusLowerLayerDown = 7
    )
    
    // Console related constants used for the mode parameter to SetConsoleMode. See
    // https://docs.microsoft.com/en-us/windows/console/setconsolemode for details.
    
    const (
    	ENABLE_PROCESSED_INPUT        = 0x1
    	ENABLE_LINE_INPUT             = 0x2
    	ENABLE_ECHO_INPUT             = 0x4
    	ENABLE_WINDOW_INPUT           = 0x8
    	ENABLE_MOUSE_INPUT            = 0x10
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 05 22:18:42 UTC 2024
    - 104.1K bytes
    - Viewed (0)
  10. src/runtime/proc.go

    //
    // The current approach:
    //
    // This approach applies to three primary sources of potential work: readying a
    // goroutine, new/modified-earlier timers, and idle-priority GC. See below for
    // additional details.
    //
    // We unpark an additional thread when we submit work if (this is wakep()):
    // 1. There is an idle P, and
    // 2. There are no "spinning" worker threads.
    //
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 17:58:53 UTC 2024
    - 207.5K bytes
    - Viewed (0)
Back to top