Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 43 for openat (0.18 sec)

  1. staging/src/k8s.io/apiextensions-apiserver/test/integration/ratcheting_test.go

    	utilyaml "k8s.io/apimachinery/pkg/util/yaml"
    	utilfeature "k8s.io/apiserver/pkg/util/feature"
    	"k8s.io/client-go/dynamic"
    	featuregatetesting "k8s.io/component-base/featuregate/testing"
    	"k8s.io/kube-openapi/pkg/validation/spec"
    	"k8s.io/kube-openapi/pkg/validation/strfmt"
    )
    
    var stringSchema *apiextensionsv1.JSONSchemaProps = &apiextensionsv1.JSONSchemaProps{
    	Type: "string",
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 28 08:48:22 UTC 2024
    - 59.5K bytes
    - Viewed (0)
  2. CHANGELOG/CHANGELOG-1.31.md

    - github.com/fxamacker/cbor/v2: [v2.6.0 → v2.7.0-beta](https://github.com/fxamacker/cbor/compare/v2.6.0...v2.7.0-beta)
    - github.com/go-openapi/swag: [v0.22.3 → v0.22.4](https://github.com/go-openapi/swag/compare/v0.22.3...v0.22.4)
    - github.com/golang/glog: [v1.1.0 → v1.1.2](https://github.com/golang/glog/compare/v1.1.0...v1.1.2)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 20:34:14 UTC 2024
    - 60.3K bytes
    - Viewed (0)
  3. staging/src/k8s.io/apiextensions-apiserver/pkg/apiserver/schema/cel/celcoststability_test.go

    				"self.val1 == self.val6":    5, // number with no format is the same as float64
    				"type(self.val1) == double": 4,
    
    				// Use a int64 value with a number openAPI schema type since float representations of whole numbers
    				// (e.g. 1.0, 0.0) can convert to int representations (e.g. 1, 0) in yaml to json translation, and
    				// then get parsed as int64s.
    				"type(self.val7) == double": 4,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Feb 28 19:20:16 UTC 2024
    - 80.2K bytes
    - Viewed (0)
  4. analysis/analysis-api-fir/src/org/jetbrains/kotlin/analysis/api/fir/components/KtFirReferenceShortener.kt

     * Use of this source code is governed by the Apache 2.0 license that can be found in the license/LICENSE.txt file.
     */
    
    package org.jetbrains.kotlin.analysis.api.fir.components
    
    import com.intellij.openapi.util.TextRange
    import com.intellij.psi.PsiElement
    import com.intellij.psi.SmartPsiElementPointer
    import org.jetbrains.kotlin.KtFakeSourceElementKind
    import org.jetbrains.kotlin.analysis.api.components.*
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Fri Jun 07 16:54:07 UTC 2024
    - 69.6K bytes
    - Viewed (0)
  5. platforms/documentation/docs/src/docs/userguide/releases/upgrading/upgrading_version_7.adoc

    You should use `JavaPluginExtension` instead.
    
    ==== Remove implicit `--add-opens` for Gradle workers
    Before Gradle 8.0, Gradle workers on JDK9+ automatically opened JDK modules `java.base/java.util` and `java.base/java.lang` by passing `--add-opens` CLI arguments.
    This enabled code executed in a Gradle worker to perform deep reflection on JDK internals without warning or failing.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Apr 01 15:00:23 UTC 2024
    - 87.7K bytes
    - Viewed (0)
  6. src/os/os_test.go

    		}
    	}
    
    	// Test that Open does not accept backslash as separator.
    	d := DirFS(".")
    	_, err = d.Open(`testdata\dirfs`)
    	if err == nil {
    		t.Fatalf(`Open testdata\dirfs succeeded`)
    	}
    
    	// Test that Open does not open Windows device files.
    	_, err = d.Open(`NUL`)
    	if err == nil {
    		t.Errorf(`Open NUL succeeded`)
    	}
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 83.1K bytes
    - Viewed (0)
  7. staging/src/k8s.io/apiserver/pkg/storage/cacher/cacher.go

    	if utilfeature.DefaultFeatureGate.Enabled(features.SeparateCacheWatchRPC) {
    		// Add grpc context metadata to watch and progress notify requests done by cacher to:
    		// * Prevent starvation of watch opened by cacher, by moving it to separate Watch RPC than watch request that bypass cacher.
    		// * Ensure that progress notification requests are executed on the same Watch RPC as their watch, which is required for it to work.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 10:12:02 UTC 2024
    - 51.8K bytes
    - Viewed (0)
  8. api/openapi-spec/v3/apis__authorization.k8s.io__v1_openapi.json

            "in": "header",
            "name": "authorization",
            "type": "apiKey"
          }
        }
      },
      "info": {
        "title": "Kubernetes",
        "version": "unversioned"
      },
      "openapi": "3.0.0",
      "paths": {
        "/apis/authorization.k8s.io/v1/": {
          "get": {
            "description": "get available resources",
            "operationId": "getAuthorizationV1APIResources",
            "responses": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Nov 27 20:06:26 UTC 2023
    - 66.1K bytes
    - Viewed (0)
  9. pkg/scheduler/framework/runtime/framework.go

    	// filters fail, we don't run the second pass.
    	// We consider only equal or higher priority pods in the first pass, because
    	// those are the current "pod" must yield to them and not take a space opened
    	// for running them. It is ok if the current "pod" take resources freed for
    	// lower priority pods.
    	// Requiring that the new pod is schedulable in both circumstances ensures that
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 17 09:07:27 UTC 2024
    - 60.9K bytes
    - Viewed (0)
  10. gradle/verification-metadata.xml

                <sha256 value="10fb66b55747ced1db9c89c8c3d0adb5dbd3f8f12f2a183bee2b5ff818d1fd6c" origin="Verified" reason="Artifact is not signed"/>
             </artifact>
          </component>
          <component group="net.openhft" name="zero-allocation-hashing" version="0.10.1">
             <artifact name="zero-allocation-hashing-0.10.1.jar">
                <pgp value="CB3808E03CD602A6DC5B882552931F4B72B4F54C"/>
             </artifact>
          </component>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 21 22:30:36 UTC 2024
    - 90.1K bytes
    - Viewed (0)
Back to top