Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 5,352 for Served (0.28 sec)

  1. staging/src/k8s.io/apiserver/pkg/util/proxy/translatinghandler_test.go

    		if !delegate.served && !translator.served {
    			t.Errorf("unexpected neither translator nor delegate served")
    			continue
    		}
    		if test.expectTranslator {
    			if !translator.served {
    				t.Errorf("%s: expected translator served, got delegate served", name)
    			}
    		} else if !delegate.served {
    			t.Errorf("%s: expected delegate served, got translator served", name)
    		}
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Oct 23 22:33:38 UTC 2023
    - 3.6K bytes
    - Viewed (0)
  2. staging/src/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1/conversion_test.go

    				},
    			},
    		},
    		{
    			Name: "internal to v1, multiple versions",
    			In: &apiextensions.CustomResourceDefinition{
    				Spec: apiextensions.CustomResourceDefinitionSpec{
    					Versions: []apiextensions.CustomResourceDefinitionVersion{
    						{Name: "v1", Served: true, Storage: true},
    						{Name: "v2", Served: false, Storage: false},
    					},
    				},
    			},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Feb 28 19:06:46 UTC 2024
    - 29.2K bytes
    - Viewed (0)
  3. staging/src/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1beta1/defaults_test.go

    					PreserveUnknownFields: utilpointer.BoolPtr(true),
    					Versions: []CustomResourceDefinitionVersion{
    						{Name: "v1", Storage: false, Served: true},
    						{Name: "v2", Storage: true, Served: true},
    						{Name: "v3", Storage: false, Served: true},
    					},
    				},
    			},
    			expected: &CustomResourceDefinition{
    				Spec: CustomResourceDefinitionSpec{
    					Scope:                 NamespaceScoped,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 30 15:41:26 UTC 2019
    - 4.4K bytes
    - Viewed (0)
  4. staging/src/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1/defaults_test.go

    					Conversion: &CustomResourceConversion{Strategy: NoneConverter},
    					Versions: []CustomResourceDefinitionVersion{
    						{Name: "v1", Storage: false, Served: true},
    						{Name: "v2", Storage: true, Served: true},
    						{Name: "v3", Storage: false, Served: true},
    					},
    				},
    			},
    			expected: &CustomResourceDefinition{
    				Spec: CustomResourceDefinitionSpec{
    					Scope:      NamespaceScoped,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Aug 15 16:27:01 UTC 2019
    - 3.8K bytes
    - Viewed (0)
  5. staging/src/k8s.io/apiextensions-apiserver/pkg/apiserver/customresource_handler_test.go

    					{Name: "v1", Served: true},
    					{Name: "v1alpha1", Served: true},
    					{Name: "v1alpha2", Served: true},
    					{Name: "v1beta1", Served: true},
    					{Name: "v1beta2", Served: true},
    					{Name: "v2", Served: true},
    					{Name: "v2alpha1", Served: true},
    					{Name: "v2alpha2", Served: true},
    					{Name: "v2beta1", Served: true},
    					{Name: "v2beta2", Served: true},
    					{Name: "v3", Served: false},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 13 15:27:39 UTC 2023
    - 34.6K bytes
    - Viewed (0)
  6. staging/src/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/validation/validation_test.go

    						ListKind: "PluralList",
    					},
    					Versions: []apiextensions.CustomResourceDefinitionVersion{
    						{
    							Name:    "version",
    							Served:  true,
    							Storage: true,
    						},
    						{
    							Name:    "version2",
    							Served:  true,
    							Storage: false,
    						},
    					},
    					Conversion: &apiextensions.CustomResourceConversion{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 10 22:07:40 UTC 2024
    - 349.4K bytes
    - Viewed (0)
  7. staging/src/k8s.io/apiextensions-apiserver/test/integration/deprecation_test.go

    			},
    			{
    				Name:   "v1beta3",
    				Served: true,
    				Schema: &apiextensionsv1.CustomResourceValidation{OpenAPIV3Schema: &apiextensionsv1.JSONSchemaProps{Type: "object"}},
    			},
    			{
    				Name:   "v1beta2",
    				Served: true,
    				Schema: &apiextensionsv1.CustomResourceValidation{OpenAPIV3Schema: &apiextensionsv1.JSONSchemaProps{Type: "object"}},
    			},
    			{
    				Name:    "v1",
    				Served:  false,
    				Storage: true,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 24 22:06:09 UTC 2020
    - 4.2K bytes
    - Viewed (0)
  8. common-protos/k8s.io/api/rbac/v1alpha1/generated.proto

    // ClusterRole is a cluster level, logical grouping of PolicyRules that can be referenced as a unit by a RoleBinding or ClusterRoleBinding.
    // Deprecated in v1.17 in favor of rbac.authorization.k8s.io/v1 ClusterRole, and will no longer be served in v1.22.
    message ClusterRole {
      // Standard object's metadata.
      // +optional
      optional k8s.io.apimachinery.pkg.apis.meta.v1.ObjectMeta metadata = 1;
    
      // Rules holds all the PolicyRules for this ClusterRole
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 8.5K bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/rbac/v1beta1/types_swagger_doc_generated.go

    	"metadata":        "Standard object's metadata.",
    	"rules":           "Rules holds all the PolicyRules for this ClusterRole",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Jan 22 00:51:25 UTC 2023
    - 8.8K bytes
    - Viewed (0)
  10. src/cmd/go/testdata/mod/README

    Each module archive is named path_vers.txt, where slashes in path
    have been replaced with underscores. The archive must contain
    two files ".info" and ".mod", to be served as the info and mod files
    in the proxy protocol (see https://research.swtch.com/vgo-module).
    The remaining files are served as the content of the module zip file.
    The path@vers prefix required of files in the zip file is added
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jul 12 20:46:50 UTC 2018
    - 1.4K bytes
    - Viewed (0)
Back to top