Search Options

Results per page
Sort
Preferred Languages
Advance

Results 61 - 70 of 519 for Recognizes (0.84 sec)

  1. tests/integration/pilot/validation_test.go

    	framework.NewTest(t).
    		Run(func(t framework.TestContext) {
    			ignored := sets.New(ignoredCRDs...)
    			recognized := sets.New[string]()
    
    			// TODO(jasonwzm) remove this after multi-version APIs are supported.
    			for _, r := range collections.Pilot.All() {
    				s := strings.Join([]string{r.Group(), r.Version(), r.Kind()}, "/")
    				recognized.Insert(s)
    				for _, alias := range r.GroupVersionAliasKinds() {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Dec 13 15:19:36 UTC 2023
    - 6.7K bytes
    - Viewed (0)
  2. platforms/core-runtime/logging/src/main/java/org/gradle/internal/logging/ConsoleRenderer.java

     */
    public class ConsoleRenderer {
        /**
         * Renders a path name as a file URL that is likely recognized by consoles.
         */
        public String asClickableFileUrl(File path) {
            // File.toURI().toString() leads to a URL like this on Mac: file:/reports/index.html
            // This URL is not recognized by the Mac console (too few leading slashes). We solve
            // this be creating an URI with an empty authority.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 09:05:18 UTC 2023
    - 1.5K bytes
    - Viewed (0)
  3. staging/src/k8s.io/apimachinery/pkg/runtime/serializer/recognizer/testing/recognizer_test.go

    	"k8s.io/apimachinery/pkg/runtime/serializer/recognizer"
    )
    
    type A struct{}
    
    func (A) GetObjectKind() schema.ObjectKind { return schema.EmptyObjectKind }
    func (a A) DeepCopyObject() runtime.Object {
    	return a
    }
    
    func TestRecognizer(t *testing.T) {
    	s := runtime.NewScheme()
    	s.AddKnownTypes(schema.GroupVersion{Version: "v1"}, &A{})
    	d := recognizer.NewDecoder(
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jul 18 07:28:47 UTC 2017
    - 1.5K bytes
    - Viewed (0)
  4. staging/src/k8s.io/apimachinery/pkg/api/apitesting/codec.go

    import (
    	"fmt"
    	"mime"
    	"os"
    
    	"k8s.io/apimachinery/pkg/runtime"
    	"k8s.io/apimachinery/pkg/runtime/schema"
    	runtimeserializer "k8s.io/apimachinery/pkg/runtime/serializer"
    	"k8s.io/apimachinery/pkg/runtime/serializer/recognizer"
    )
    
    var (
    	testCodecMediaType        string
    	testStorageCodecMediaType string
    )
    
    // TestCodec returns the codec for the API version to test against, as set by the
    // KUBE_TEST_API_TYPE env var.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Aug 01 19:31:12 UTC 2018
    - 3.9K bytes
    - Viewed (0)
  5. staging/src/k8s.io/apiserver/pkg/server/storage/storage_codec.go

    limitations under the License.
    */
    
    package storage
    
    import (
    	"fmt"
    	"mime"
    
    	"k8s.io/apimachinery/pkg/runtime"
    	"k8s.io/apimachinery/pkg/runtime/schema"
    	"k8s.io/apimachinery/pkg/runtime/serializer/recognizer"
    	"k8s.io/apiserver/pkg/storage/storagebackend"
    )
    
    // StorageCodecConfig are the arguments passed to newStorageCodecFn
    type StorageCodecConfig struct {
    	StorageMediaType  string
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Nov 05 15:03:23 UTC 2022
    - 3.8K bytes
    - Viewed (0)
  6. releasenotes/notes/46437.yaml

    apiVersion: release-notes/v2
    kind: bug-fix
    area: traffic-management
    issue:
    - 46437
    releaseNotes:
    - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Aug 15 17:43:35 UTC 2023
    - 244 bytes
    - Viewed (0)
  7. test/fixedbugs/issue13539.go

    // errorcheck
    
    // Copyright 2015 The Go Authors. All rights reserved.
    // Use of this source code is governed by a BSD-style
    // license that can be found in the LICENSE file.
    
    // Verify that a label named like a package is recognized
    // as a label rather than a package and that the package
    // remains unused.
    
    package main
    
    import "math" // ERROR "imported and not used"
    
    func main() {
    math:
    	for {
    		break math
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Sep 27 21:10:19 UTC 2022
    - 417 bytes
    - Viewed (0)
  8. cluster/addons/calico-policy-controller/ipamhandle-crd.yaml

        schema:
          openAPIV3Schema:
            properties:
              apiVersion:
                description: 'APIVersion defines the versioned schema of this representation
                  of an object. Servers should convert recognized schemas to the latest
                  internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
                type: string
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 07 20:48:43 UTC 2021
    - 1.8K bytes
    - Viewed (0)
  9. platforms/software/testing-base-infrastructure/src/main/java/org/gradle/api/tasks/testing/TestFailureDetails.java

         */
        String getStacktrace();
    
        /**
         * Returns true if the represented failure is recognized as an assertion failure.
         *
         * @return {@code true} for assertion failures
         */
        boolean isAssertionFailure();
    
        /**
         * Returns true if the represented failure is recognized as a file comparison failure.
         * <p>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon May 13 20:33:30 UTC 2024
    - 3.6K bytes
    - Viewed (0)
  10. src/cmd/link/cgo_test.go

    		// These errors come from GCC or clang, not Go.
    		var noLTO = []string{
    			`unrecognized command line option "-flto"`,
    			"unable to pass LLVM bit-code files to linker",
    			"file not recognized: File format not recognized",
    			"LTO support has not been enabled",
    			"linker command failed with exit code",
    			"gcc: can't load library",
    		}
    		for _, msg := range noLTO {
    			if bytes.Contains(out, []byte(msg)) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 09 22:13:02 UTC 2023
    - 2.7K bytes
    - Viewed (0)
Back to top