Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 31 for NodeProxyOptions (0.68 sec)

  1. staging/src/k8s.io/cli-runtime/pkg/resource/query_param_verifier_test.go

    		}),
    		openAPIGetter: &fakeSchema,
    		queryParam:    QueryParamFieldValidation,
    	}
    
    	err := fieldValidationVerifier.HasSupport(schema.GroupVersionKind{Group: "", Version: "v1", Kind: "NodeProxyOptions"})
    	if err == nil {
    		t.Fatalf("NodeProxyOptions doesn't support fieldValidation, yet no error found")
    	}
    
    	err = fieldValidationVerifier.HasSupport(schema.GroupVersionKind{Group: "", Version: "v1", Kind: "Pod"})
    	if err != nil {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jul 18 01:23:27 UTC 2023
    - 5.3K bytes
    - Viewed (0)
  2. staging/src/k8s.io/apiserver/pkg/admission/plugin/webhook/predicates/object/matcher_test.go

    			expectCall:     false,
    		},
    		{
    			name:           "does not match object that does not implement Object interface",
    			objectSelector: runLevel1Excluder,
    			attrs:          admission.NewAttributesRecord(&corev1.NodeProxyOptions{}, nil, schema.GroupVersionKind{}, "", "name", schema.GroupVersionResource{}, "", admission.Create, &metav1.CreateOptions{}, false, nil),
    			expectCall:     false,
    		},
    		{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Oct 26 00:41:14 UTC 2022
    - 4.7K bytes
    - Viewed (0)
  3. pkg/apis/core/register.go

    		&PodTemplate{},
    		&PodTemplateList{},
    		&ReplicationControllerList{},
    		&ReplicationController{},
    		&ServiceList{},
    		&Service{},
    		&ServiceProxyOptions{},
    		&NodeList{},
    		&Node{},
    		&NodeProxyOptions{},
    		&Endpoints{},
    		&EndpointsList{},
    		&Binding{},
    		&Event{},
    		&EventList{},
    		&List{},
    		&LimitRange{},
    		&LimitRangeList{},
    		&ResourceQuota{},
    		&ResourceQuotaList{},
    		&Namespace{},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Apr 13 11:36:48 UTC 2021
    - 2.7K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/core/v1/register.go

    		&ReplicationController{},
    		&ReplicationControllerList{},
    		&Service{},
    		&ServiceProxyOptions{},
    		&ServiceList{},
    		&Endpoints{},
    		&EndpointsList{},
    		&Node{},
    		&NodeList{},
    		&NodeProxyOptions{},
    		&Binding{},
    		&Event{},
    		&EventList{},
    		&List{},
    		&LimitRange{},
    		&LimitRangeList{},
    		&ResourceQuota{},
    		&ResourceQuotaList{},
    		&Namespace{},
    		&NamespaceList{},
    		&Secret{},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Apr 13 11:36:48 UTC 2021
    - 2.6K bytes
    - Viewed (0)
  5. api/discovery/api__v1.json

            "create",
            "delete",
            "deletecollection",
            "get",
            "list",
            "patch",
            "update",
            "watch"
          ]
        },
        {
          "kind": "NodeProxyOptions",
          "name": "nodes/proxy",
          "namespaced": false,
          "singularName": "",
          "verbs": [
            "create",
            "delete",
            "get",
            "patch",
            "update"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 15 18:18:19 UTC 2023
    - 10.5K bytes
    - Viewed (0)
  6. staging/src/k8s.io/apimachinery/pkg/api/meta/testrestmapper/test_restmapper.go

    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jan 06 09:07:02 UTC 2023
    - 6.5K bytes
    - Viewed (0)
  7. pkg/apis/core/v1/zz_generated.conversion.go

    	}
    	if err := s.AddGeneratedConversionFunc((*v1.NodeProxyOptions)(nil), (*core.NodeProxyOptions)(nil), func(a, b interface{}, scope conversion.Scope) error {
    		return Convert_v1_NodeProxyOptions_To_core_NodeProxyOptions(a.(*v1.NodeProxyOptions), b.(*core.NodeProxyOptions), scope)
    	}); err != nil {
    		return err
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 472.1K bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/core/v1/zz_generated.prerelease-lifecycle.go

    // It is controlled by "k8s:prerelease-lifecycle-gen:introduced" tags in types.go.
    func (in *NodeProxyOptions) APILifecycleIntroduced() (major, minor int) {
    	return 1, 2
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 23 17:42:49 UTC 2024
    - 15K bytes
    - Viewed (0)
  9. pkg/apis/core/zz_generated.deepcopy.go

    func (in *NodeProxyOptions) DeepCopyInto(out *NodeProxyOptions) {
    	*out = *in
    	out.TypeMeta = in.TypeMeta
    	return
    }
    
    // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new NodeProxyOptions.
    func (in *NodeProxyOptions) DeepCopy() *NodeProxyOptions {
    	if in == nil {
    		return nil
    	}
    	out := new(NodeProxyOptions)
    	in.DeepCopyInto(out)
    	return out
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 181.5K bytes
    - Viewed (0)
  10. staging/src/k8s.io/api/core/v1/zz_generated.deepcopy.go

    func (in *NodeProxyOptions) DeepCopyInto(out *NodeProxyOptions) {
    	*out = *in
    	out.TypeMeta = in.TypeMeta
    	return
    }
    
    // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new NodeProxyOptions.
    func (in *NodeProxyOptions) DeepCopy() *NodeProxyOptions {
    	if in == nil {
    		return nil
    	}
    	out := new(NodeProxyOptions)
    	in.DeepCopyInto(out)
    	return out
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 181.9K bytes
    - Viewed (0)
Back to top