Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 124 for flowschemas (0.15 sec)

  1. api/discovery/apis__flowcontrol.apiserver.k8s.io__v1.json

    {
      "apiVersion": "v1",
      "groupVersion": "flowcontrol.apiserver.k8s.io/v1",
      "kind": "APIResourceList",
      "resources": [
        {
          "kind": "FlowSchema",
          "name": "flowschemas",
          "namespaced": false,
          "singularName": "flowschema",
          "storageVersionHash": "GJVAJZSZBIw=",
          "verbs": [
            "create",
            "delete",
            "deletecollection",
            "get",
            "list",
            "patch",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Dec 25 06:24:50 UTC 2023
    - 1.3K bytes
    - Viewed (0)
  2. api/discovery/apis__flowcontrol.apiserver.k8s.io__v1beta3.json

    {
      "apiVersion": "v1",
      "groupVersion": "flowcontrol.apiserver.k8s.io/v1beta3",
      "kind": "APIResourceList",
      "resources": [
        {
          "kind": "FlowSchema",
          "name": "flowschemas",
          "namespaced": false,
          "singularName": "flowschema",
          "storageVersionHash": "GJVAJZSZBIw=",
          "verbs": [
            "create",
            "delete",
            "deletecollection",
            "get",
            "list",
            "patch",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Dec 25 06:24:50 UTC 2023
    - 1.3K bytes
    - Viewed (0)
  3. pkg/registry/flowcontrol/rest/storage_flowcontrol.go

    		informersSynced: []cache.InformerSynced{
    			p.InformerFactory.Flowcontrol().V1().PriorityLevelConfigurations().Informer().HasSynced,
    			p.InformerFactory.Flowcontrol().V1().FlowSchemas().Informer().HasSynced,
    		},
    		fsLister:  p.InformerFactory.Flowcontrol().V1().FlowSchemas().Lister(),
    		plcLister: p.InformerFactory.Flowcontrol().V1().PriorityLevelConfigurations().Lister(),
    	}
    	return PostStartHookName, bce.ensureAPFBootstrapConfiguration, nil
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Oct 30 12:18:35 UTC 2023
    - 12.3K bytes
    - Viewed (0)
  4. staging/src/k8s.io/apiserver/pkg/util/flowcontrol/apf_controller.go

    				cfgCtlr.name, fsu.condition, fsu.flowSchema.Name, fsu.flowSchema.ResourceVersion, fcfmt.Fmt(fsu.oldValue), cmp.Diff(fsu.oldValue, fsu.condition))
    		}
    
    		if err := apply(cfgCtlr.flowcontrolClient.FlowSchemas(), fsu, cfgCtlr.asFieldManager); err != nil {
    			if apierrors.IsNotFound(err) {
    				// This object has been deleted.  A notification is coming
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 48.8K bytes
    - Viewed (0)
  5. pkg/controlplane/storageversionhashdata/data.go

    	"events.k8s.io/v1/events":                                           "r2yiGXH7wu8=",
    	"flowcontrol.apiserver.k8s.io/v1beta3/flowschemas":                  "GJVAJZSZBIw=",
    	"flowcontrol.apiserver.k8s.io/v1beta3/prioritylevelconfigurations":  "Kir5PVfvNeI=",
    	"flowcontrol.apiserver.k8s.io/v1/flowschemas":                       "GJVAJZSZBIw=",
    	"flowcontrol.apiserver.k8s.io/v1/prioritylevelconfigurations":       "Kir5PVfvNeI=",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 20:14:51 UTC 2024
    - 4.9K bytes
    - Viewed (0)
  6. pkg/registry/flowcontrol/flowschema/storage/storage.go

    		NewListFunc:               func() runtime.Object { return &flowcontrol.FlowSchemaList{} },
    		DefaultQualifiedResource:  flowcontrol.Resource("flowschemas"),
    		SingularQualifiedResource: flowcontrol.Resource("flowschema"),
    
    		CreateStrategy:      flowschema.Strategy,
    		UpdateStrategy:      flowschema.Strategy,
    		DeleteStrategy:      flowschema.Strategy,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 13 15:11:04 UTC 2023
    - 4.1K bytes
    - Viewed (0)
  7. api/discovery/aggregated_v2.json

              "resources": [
                {
                  "resource": "flowschemas",
                  "responseKind": {
                    "group": "",
                    "kind": "FlowSchema",
                    "version": ""
                  },
                  "scope": "Cluster",
                  "singularResource": "flowschema",
                  "subresources": [
                    {
                      "responseKind": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Mar 12 17:29:14 UTC 2024
    - 55.4K bytes
    - Viewed (0)
  8. pkg/registry/flowcontrol/ensurer/flowschema_test.go

    		strategy  func() EnsureStrategy[*flowcontrolv1.FlowSchema]
    		current   *flowcontrolv1.FlowSchema
    		bootstrap *flowcontrolv1.FlowSchema
    		expected  *flowcontrolv1.FlowSchema
    	}{
    		// for suggested configurations
    		{
    			name:      "suggested flow schema does not exist - the object should always be re-created",
    			strategy:  NewSuggestedEnsureStrategy[*flowcontrolv1.FlowSchema],
    			bootstrap: newFlowSchema("fs1", "pl1", 100).Object(),
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Oct 30 12:18:35 UTC 2023
    - 15.2K bytes
    - Viewed (0)
  9. api/discovery/aggregated_v2beta1.json

              "resources": [
                {
                  "resource": "flowschemas",
                  "responseKind": {
                    "group": "",
                    "kind": "FlowSchema",
                    "version": ""
                  },
                  "scope": "Cluster",
                  "singularResource": "flowschema",
                  "subresources": [
                    {
                      "responseKind": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 55.4K bytes
    - Viewed (0)
  10. common-protos/k8s.io/api/flowcontrol/v1beta1/generated.proto

    message FlowSchemaSpec {
      // `priorityLevelConfiguration` should reference a PriorityLevelConfiguration in the cluster. If the reference cannot
      // be resolved, the FlowSchema will be ignored and marked as invalid in its status.
      // Required.
      optional PriorityLevelConfigurationReference priorityLevelConfiguration = 1;
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 19.4K bytes
    - Viewed (0)
Back to top