Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 1,419 for subresource1 (0.26 sec)

  1. staging/src/k8s.io/api/testdata/HEAD/apidiscovery.k8s.io.v2beta1.APIGroupDiscovery.json

              ],
              "shortNames": [
                "shortNamesValue"
              ],
              "categories": [
                "categoriesValue"
              ],
              "subresources": [
                {
                  "subresource": "subresourceValue",
                  "responseKind": {
                    "group": "groupValue",
                    "version": "versionValue",
                    "kind": "kindValue"
                  },
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Oct 19 17:27:25 UTC 2022
    - 2.3K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/testdata/v1.30.0/apidiscovery.k8s.io.v2.APIGroupDiscovery.json

              ],
              "shortNames": [
                "shortNamesValue"
              ],
              "categories": [
                "categoriesValue"
              ],
              "subresources": [
                {
                  "subresource": "subresourceValue",
                  "responseKind": {
                    "group": "groupValue",
                    "version": "versionValue",
                    "kind": "kindValue"
                  },
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 2.3K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/testdata/v1.30.0/apidiscovery.k8s.io.v2beta1.APIGroupDiscovery.yaml

        shortNames:
        - shortNamesValue
        singularResource: singularResourceValue
        subresources:
        - acceptedTypes:
          - group: groupValue
            kind: kindValue
            version: versionValue
          responseKind:
            group: groupValue
            kind: kindValue
            version: versionValue
          subresource: subresourceValue
          verbs:
          - verbsValue
        verbs:
        - verbsValue
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 1.5K bytes
    - Viewed (0)
  4. staging/src/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/types.go

    	// Top-level and per-version schemas are mutually exclusive.
    	// +optional
    	Validation *CustomResourceValidation
    	// Subresources describes the subresources for CustomResource
    	// Optional, the global subresources for all versions.
    	// Top-level and per-version subresources are mutually exclusive.
    	// +optional
    	Subresources *CustomResourceSubresources
    	// Versions is the list of all supported versions for this resource.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Feb 28 19:06:46 UTC 2024
    - 21.2K bytes
    - Viewed (0)
  5. staging/src/k8s.io/apiextensions-apiserver/pkg/apiserver/customresource_handler.go

    			Codecs, schema.GroupVersion{Group: requestInfo.APIGroup, Version: requestInfo.APIVersion}, w, req,
    		)
    		return
    	}
    	switch {
    	case subresource == "status" && subresources != nil && subresources.Status != nil:
    		handlerFunc = r.serveStatus(w, req, requestInfo, crdInfo, terminating, supportedTypes)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Feb 28 19:06:46 UTC 2024
    - 52.9K bytes
    - Viewed (0)
  6. pkg/kubelet/server/auth.go

    	case isSubpath(requestPath, logsPath):
    		// "log" to match other log subresources (pods/log, etc)
    		attrs.Subresource = "log"
    	case isSubpath(requestPath, checkpointPath):
    		attrs.Subresource = "checkpoint"
    	}
    
    	klog.V(5).InfoS("Node request attributes", "user", attrs.GetUser().GetName(), "verb", attrs.GetVerb(), "resource", attrs.GetResource(), "subresource", attrs.GetSubresource())
    
    	return attrs
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Feb 19 18:09:38 UTC 2024
    - 4K bytes
    - Viewed (0)
  7. pkg/apis/apidiscovery/v2/zz_generated.conversion.go

    	out.Verbs = *(*[]string)(unsafe.Pointer(&in.Verbs))
    	out.ShortNames = *(*[]string)(unsafe.Pointer(&in.ShortNames))
    	out.Categories = *(*[]string)(unsafe.Pointer(&in.Categories))
    	out.Subresources = *(*[]apidiscovery.APISubresourceDiscovery)(unsafe.Pointer(&in.Subresources))
    	return nil
    }
    
    // Convert_v2_APIResourceDiscovery_To_apidiscovery_APIResourceDiscovery is an autogenerated conversion function.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jan 19 16:40:14 UTC 2024
    - 12.4K bytes
    - Viewed (0)
  8. pkg/apis/apidiscovery/v2beta1/zz_generated.conversion.go

    	out.Verbs = *(*[]string)(unsafe.Pointer(&in.Verbs))
    	out.ShortNames = *(*[]string)(unsafe.Pointer(&in.ShortNames))
    	out.Categories = *(*[]string)(unsafe.Pointer(&in.Categories))
    	out.Subresources = *(*[]apidiscovery.APISubresourceDiscovery)(unsafe.Pointer(&in.Subresources))
    	return nil
    }
    
    // Convert_v2beta1_APIResourceDiscovery_To_apidiscovery_APIResourceDiscovery is an autogenerated conversion function.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Oct 19 17:27:25 UTC 2022
    - 12.9K bytes
    - Viewed (0)
  9. staging/src/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1beta1/types.go

    	// subresources specify what subresources the defined custom resource has.
    	// If present, this field configures subresources for all versions.
    	// Top-level and per-version subresources are mutually exclusive.
    	// +optional
    	Subresources *CustomResourceSubresources `json:"subresources,omitempty" protobuf:"bytes,6,opt,name=subresources"`
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Feb 28 19:06:46 UTC 2024
    - 32.3K bytes
    - Viewed (0)
  10. staging/src/k8s.io/apiserver/pkg/apis/apidiscovery/v2/conversion.go

    	out.Verbs = *(*[]string)(unsafe.Pointer(&in.Verbs))
    	out.ShortNames = *(*[]string)(unsafe.Pointer(&in.ShortNames))
    	out.Categories = *(*[]string)(unsafe.Pointer(&in.Categories))
    	out.Subresources = *(*[]v2.APISubresourceDiscovery)(unsafe.Pointer(&in.Subresources))
    	return nil
    }
    
    // Convertv2beta1APIResourceDiscoveryTov2APIResourceDiscovery is an autogenerated conversion function.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 18:15:22 UTC 2024
    - 12.3K bytes
    - Viewed (0)
Back to top