Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 57 for apiGroup (0.4 sec)

  1. staging/src/k8s.io/apiextensions-apiserver/pkg/apiserver/customresource_handler.go

    			apierrors.NewNotFound(schema.GroupResource{Group: requestInfo.APIGroup, Resource: requestInfo.Resource}, requestInfo.Name),
    			Codecs, schema.GroupVersion{Group: requestInfo.APIGroup, Version: requestInfo.APIVersion}, w, req,
    		)
    	}
    
    	if handlerFunc != nil {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Feb 28 19:06:46 UTC 2024
    - 52.9K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/rbac/v1/generated.pb.go

    			i--
    			dAtA[i] = 0x1a
    		}
    	}
    	if len(m.APIGroups) > 0 {
    		for iNdEx := len(m.APIGroups) - 1; iNdEx >= 0; iNdEx-- {
    			i -= len(m.APIGroups[iNdEx])
    			copy(dAtA[i:], m.APIGroups[iNdEx])
    			i = encodeVarintGenerated(dAtA, i, uint64(len(m.APIGroups[iNdEx])))
    			i--
    			dAtA[i] = 0x12
    		}
    	}
    	if len(m.Verbs) > 0 {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 77.5K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/rbac/v1beta1/generated.pb.go

    			i--
    			dAtA[i] = 0x1a
    		}
    	}
    	if len(m.APIGroups) > 0 {
    		for iNdEx := len(m.APIGroups) - 1; iNdEx >= 0; iNdEx-- {
    			i -= len(m.APIGroups[iNdEx])
    			copy(dAtA[i:], m.APIGroups[iNdEx])
    			i = encodeVarintGenerated(dAtA, i, uint64(len(m.APIGroups[iNdEx])))
    			i--
    			dAtA[i] = 0x12
    		}
    	}
    	if len(m.Verbs) > 0 {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 77.6K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/testdata/v1.30.0/apps.v1beta1.StatefulSet.json

                      "volumeMode": "volumeModeValue",
                      "dataSource": {
                        "apiGroup": "apiGroupValue",
                        "kind": "kindValue",
                        "name": "nameValue"
                      },
                      "dataSourceRef": {
                        "apiGroup": "apiGroupValue",
                        "kind": "kindValue",
                        "name": "nameValue",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 58.2K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/testdata/HEAD/apps.v1beta1.StatefulSet.json

                      "volumeMode": "volumeModeValue",
                      "dataSource": {
                        "apiGroup": "apiGroupValue",
                        "kind": "kindValue",
                        "name": "nameValue"
                      },
                      "dataSourceRef": {
                        "apiGroup": "apiGroupValue",
                        "kind": "kindValue",
                        "name": "nameValue",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 58.3K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/testdata/HEAD/apps.v1.StatefulSet.json

                      "volumeMode": "volumeModeValue",
                      "dataSource": {
                        "apiGroup": "apiGroupValue",
                        "kind": "kindValue",
                        "name": "nameValue"
                      },
                      "dataSourceRef": {
                        "apiGroup": "apiGroupValue",
                        "kind": "kindValue",
                        "name": "nameValue",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 58.3K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/testdata/HEAD/apps.v1beta2.StatefulSet.json

                      "volumeMode": "volumeModeValue",
                      "dataSource": {
                        "apiGroup": "apiGroupValue",
                        "kind": "kindValue",
                        "name": "nameValue"
                      },
                      "dataSourceRef": {
                        "apiGroup": "apiGroupValue",
                        "kind": "kindValue",
                        "name": "nameValue",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 58.3K bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/testdata/v1.30.0/apps.v1beta2.StatefulSet.json

                      "volumeMode": "volumeModeValue",
                      "dataSource": {
                        "apiGroup": "apiGroupValue",
                        "kind": "kindValue",
                        "name": "nameValue"
                      },
                      "dataSourceRef": {
                        "apiGroup": "apiGroupValue",
                        "kind": "kindValue",
                        "name": "nameValue",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 58.2K bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/testdata/v1.30.0/apps.v1.StatefulSet.json

                      "volumeMode": "volumeModeValue",
                      "dataSource": {
                        "apiGroup": "apiGroupValue",
                        "kind": "kindValue",
                        "name": "nameValue"
                      },
                      "dataSourceRef": {
                        "apiGroup": "apiGroupValue",
                        "kind": "kindValue",
                        "name": "nameValue",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 58.2K bytes
    - Viewed (0)
  10. pkg/scheduler/framework/plugins/dynamicresources/dynamicresources.go

    	return pl, nil
    }
    
    func claimParametersReferenceKeyFunc(ref *resourcev1alpha2.ResourceClaimParametersReference) string {
    	return ref.APIGroup + "/" + ref.Kind + "/" + ref.Name
    }
    
    // claimParametersGeneratedFromIndexFunc is an index function that returns other resource keys
    // (= apiGroup/kind/name) for ResourceClaimParametersReference in a given claim parameters.
    func claimParametersGeneratedFromIndexFunc(obj interface{}) ([]string, error) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 30 15:22:37 UTC 2024
    - 75.9K bytes
    - Viewed (0)
Back to top