Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 17 of 17 for PodSchedulingContexts (0.45 sec)

  1. api/discovery/aggregated_v2beta1.json

            "name": "resource.k8s.io"
          },
          "versions": [
            {
              "freshness": "Current",
              "resources": [
                {
                  "resource": "podschedulingcontexts",
                  "responseKind": {
                    "group": "",
                    "kind": "PodSchedulingContext",
                    "version": ""
                  },
                  "scope": "Namespaced",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 55.4K bytes
    - Viewed (0)
  2. pkg/scheduler/eventhandlers.go

    		case framework.PodSchedulingContext:
    			if utilfeature.DefaultFeatureGate.Enabled(features.DynamicResourceAllocation) {
    				if handlerRegistration, err = informerFactory.Resource().V1alpha2().PodSchedulingContexts().Informer().AddEventHandler(
    					buildEvtResHandler(at, framework.PodSchedulingContext, "PodSchedulingContext"),
    				); err != nil {
    					return err
    				}
    				handlers = append(handlers, handlerRegistration)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 07 21:21:04 UTC 2024
    - 24K bytes
    - Viewed (0)
  3. plugin/pkg/auth/authorizer/rbac/bootstrappolicy/controller_policy.go

    				rbacv1helpers.NewRule("get", "list", "watch", "create", "update", "patch").Groups(resourceGroup).Resources("podschedulingcontexts").RuleOrDie(),
    				rbacv1helpers.NewRule("update", "patch").Groups(resourceGroup).Resources("resourceclaims", "resourceclaims/status").RuleOrDie(),
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 19:25:10 UTC 2024
    - 28.9K bytes
    - Viewed (0)
  4. cmd/kube-controller-manager/app/core.go

    		klog.FromContext(ctx),
    		controllerContext.ClientBuilder.ClientOrDie("resource-claim-controller"),
    		controllerContext.InformerFactory.Core().V1().Pods(),
    		controllerContext.InformerFactory.Resource().V1alpha2().PodSchedulingContexts(),
    		controllerContext.InformerFactory.Resource().V1alpha2().ResourceClaims(),
    		controllerContext.InformerFactory.Resource().V1alpha2().ResourceClaimTemplates())
    	if err != nil {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 10 08:42:31 UTC 2024
    - 39K bytes
    - Viewed (0)
  5. api/openapi-spec/v3/apis__resource.k8s.io__v1alpha2_openapi.json

              }
            },
            "tags": [
              "resource_v1alpha2"
            ]
          }
        },
        "/apis/resource.k8s.io/v1alpha2/namespaces/{namespace}/podschedulingcontexts": {
          "delete": {
            "description": "delete collection of PodSchedulingContext",
            "operationId": "deleteResourceV1alpha2CollectionNamespacedPodSchedulingContext",
            "parameters": [
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 22 12:18:45 UTC 2024
    - 656.6K bytes
    - Viewed (0)
  6. staging/src/k8s.io/cli-runtime/artifacts/openapi/swagger-with-shared-parameters.json

            "schemes": [
              "https"
            ],
            "tags": [
              "resource_v1alpha2"
            ]
          }
        },
        "/apis/resource.k8s.io/v1alpha2/namespaces/{namespace}/podschedulingcontexts": {
          "delete": {
            "consumes": [
              "*/*"
            ],
            "description": "delete collection of PodSchedulingContext",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 2.3M bytes
    - Viewed (0)
  7. api/openapi-spec/swagger.json

            "schemes": [
              "https"
            ],
            "tags": [
              "resource_v1alpha2"
            ]
          }
        },
        "/apis/resource.k8s.io/v1alpha2/namespaces/{namespace}/podschedulingcontexts": {
          "delete": {
            "consumes": [
              "*/*"
            ],
            "description": "delete collection of PodSchedulingContext",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3.1M bytes
    - Viewed (0)
Back to top