Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for MyKind (0.13 sec)

  1. staging/src/k8s.io/apiserver/pkg/endpoints/deprecation/deprecation_test.go

    			gvk:  schema.GroupVersionKind{Group: "mygroup", Version: "v1", Kind: "MyKind"},
    			want: "mygroup/v1 MyKind is deprecated in v1.2+",
    		},
    		{
    			name: "removed interface, zero-value removal version",
    			obj:  &fakeRemovedObject{major: 1, minor: 2},
    			gvk:  schema.GroupVersionKind{Group: "mygroup", Version: "v1", Kind: "MyKind"},
    			want: "mygroup/v1 MyKind is deprecated in v1.2+",
    		},
    		{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Jun 11 20:04:19 UTC 2020
    - 8.5K bytes
    - Viewed (0)
  2. staging/src/k8s.io/apimachinery/pkg/util/managedfields/internal/typeconverter_test.go

    		{
    			Group:   "mygroup",
    			Version: "v1",
    			Kind:    "MyKind",
    		}: "def1",
    		{
    			Group:   "mygroup",
    			Version: "v1",
    			Kind:    "MyOtherKind",
    		}: "def2",
    		{
    			Group:   "mygroup",
    			Version: "v2",
    			Kind:    "MyOtherKind",
    		}: "def2",
    		{
    			Group:   "mygroup",
    			Version: "v3",
    			Kind:    "MyKind",
    		}: "def3",
    		{
    			Group:   "mygroup",
    			Version: "v3",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Mar 08 21:44:00 UTC 2023
    - 6.6K bytes
    - Viewed (0)
  3. tensorflow/c/eager/parallel_device/BUILD

    load("//tensorflow/core/platform:rules_cc.bzl", "cc_library")
    
    package(
        # copybara:uncomment default_applicable_licenses = ["//tensorflow:license"],
        licenses = ["notice"],
    )
    
    # Currently pybind extension shared objects must use only C API headers since
    # the C API has static initializers duplicated in the Python bindings. So we
    # need a second rule that omits .cc files, in
    # tensorflow/python:_pywrap_parallel_device.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Apr 01 20:19:06 UTC 2024
    - 4.8K bytes
    - Viewed (0)
Back to top