Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 36 for FlowSchemas (0.14 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. 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)
  5. staging/src/k8s.io/apiserver/pkg/util/flowcontrol/apf_controller.go

    	// A lock for writing is needed
    	// for writing to any of the following:
    	// - the flowSchemas field
    	// - the slice held in the flowSchemas field
    	// - the priorityLevelStates field
    	// - the map held in the priorityLevelStates field
    	// - any field of a priorityLevelState held in that map
    	lock sync.RWMutex
    
    	// flowSchemas holds the flow schema objects, sorted by increasing
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 48.8K bytes
    - Viewed (0)
  6. pkg/registry/flowcontrol/flowschema/storage/storage.go

    		NewFunc:                   func() runtime.Object { return &flowcontrol.FlowSchema{} },
    		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

            "name": "flowcontrol.apiserver.k8s.io"
          },
          "versions": [
            {
              "freshness": "Current",
              "resources": [
                {
                  "resource": "flowschemas",
                  "responseKind": {
                    "group": "",
                    "kind": "FlowSchema",
                    "version": ""
                  },
                  "scope": "Cluster",
    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

    		},
    	}
    
    	for _, test := range tests {
    		t.Run(test.name, func(t *testing.T) {
    			client := fake.NewSimpleClientset().FlowcontrolV1().FlowSchemas()
    			indexer := toolscache.NewIndexer(toolscache.MetaNamespaceKeyFunc, toolscache.Indexers{})
    			if test.current != nil {
    				client.Create(context.TODO(), test.current, metav1.CreateOptions{})
    				indexer.Add(test.current)
    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

            "name": "flowcontrol.apiserver.k8s.io"
          },
          "versions": [
            {
              "freshness": "Current",
              "resources": [
                {
                  "resource": "flowschemas",
                  "responseKind": {
                    "group": "",
                    "kind": "FlowSchema",
                    "version": ""
                  },
                  "scope": "Cluster",
    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

      // More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
      // +optional
      optional k8s.io.apimachinery.pkg.apis.meta.v1.ListMeta metadata = 1;
    
      // `items` is a list of FlowSchemas.
      repeated FlowSchema items = 2;
    }
    
    // FlowSchemaSpec describes how the FlowSchema's specification looks like.
    message FlowSchemaSpec {
    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