Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 36 for FlowSchemas (0.47 sec)

  1. staging/src/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: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 21.4K bytes
    - Viewed (0)
  2. pkg/apis/flowcontrol/types.go

    	// `metadata` is the standard list metadata.
    	// More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
    	// +optional
    	metav1.ListMeta
    
    	// `items` is a list of FlowSchemas.
    	Items []FlowSchema
    }
    
    // FlowSchemaSpec describes how the FlowSchema's specification looks like.
    type FlowSchemaSpec struct {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Oct 30 22:22:51 UTC 2023
    - 24.3K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/flowcontrol/v1beta2/types.go

    	// +optional
    	metav1.ListMeta `json:"metadata,omitempty" protobuf:"bytes,1,opt,name=metadata"`
    
    	// `items` is a list of FlowSchemas.
    	Items []FlowSchema `json:"items" protobuf:"bytes,2,rep,name=items"`
    }
    
    // FlowSchemaSpec describes how the FlowSchema's specification looks like.
    type FlowSchemaSpec struct {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Sep 17 09:27:57 UTC 2023
    - 31.2K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/flowcontrol/v1beta1/types.go

    	// +optional
    	metav1.ListMeta `json:"metadata,omitempty" protobuf:"bytes,1,opt,name=metadata"`
    
    	// `items` is a list of FlowSchemas.
    	Items []FlowSchema `json:"items" protobuf:"bytes,2,rep,name=items"`
    }
    
    // FlowSchemaSpec describes how the FlowSchema's specification looks like.
    type FlowSchemaSpec struct {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Sep 17 09:27:57 UTC 2023
    - 31.2K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/flowcontrol/v1beta3/types.go

    	// +optional
    	metav1.ListMeta `json:"metadata,omitempty" protobuf:"bytes,1,opt,name=metadata"`
    
    	// `items` is a list of FlowSchemas.
    	Items []FlowSchema `json:"items" protobuf:"bytes,2,rep,name=items"`
    }
    
    // FlowSchemaSpec describes how the FlowSchema's specification looks like.
    type FlowSchemaSpec struct {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Oct 30 22:22:51 UTC 2023
    - 31.9K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/flowcontrol/v1/types.go

    	// +optional
    	metav1.ListMeta `json:"metadata,omitempty" protobuf:"bytes,1,opt,name=metadata"`
    
    	// `items` is a list of FlowSchemas.
    	Items []FlowSchema `json:"items" protobuf:"bytes,2,rep,name=items"`
    }
    
    // FlowSchemaSpec describes how the FlowSchema's specification looks like.
    type FlowSchemaSpec struct {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 23 17:42:49 UTC 2024
    - 31.1K bytes
    - Viewed (0)
  7. pkg/controlplane/instance.go

    	// for more details.
    	legacyBetaEnabledByDefaultResources = []schema.GroupVersionResource{
    		flowcontrolv1beta3.SchemeGroupVersion.WithResource("flowschemas"),                 // deprecate in 1.29, remove in 1.32
    		flowcontrolv1beta3.SchemeGroupVersion.WithResource("prioritylevelconfigurations"), // deprecate in 1.29, remove in 1.32
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jun 03 11:50:04 UTC 2024
    - 21.2K bytes
    - Viewed (0)
  8. pkg/controlplane/instance_test.go

    	// are no more beta resources enabled by default.
    	legacyBetaResourcesWithoutStableEquivalents := map[schema.GroupResource]bool{
    		flowcontrolv1bet3.SchemeGroupVersion.WithResource("flowschemas").GroupResource():                 true,
    		flowcontrolv1bet3.SchemeGroupVersion.WithResource("prioritylevelconfigurations").GroupResource(): true,
    	}
    
    	config := DefaultAPIResourceConfigSource()
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jun 03 11:50:04 UTC 2024
    - 21.5K bytes
    - Viewed (0)
  9. staging/src/k8s.io/apiserver/pkg/util/flowcontrol/gen_test.go

    				},
    			}},
    		},
    	},
    }
    
    // genFS creates a valid FlowSchema with the given name and randomly
    // generated spec, along with characteristics relevant to testing.
    // When all the FlowSchemas in a collection are generated with
    // different names: (a) the matching digests match only the schema for
    // which they were generated, and (b) the non-matching digests do not
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Oct 30 12:18:40 UTC 2023
    - 24.8K bytes
    - Viewed (0)
  10. api/openapi-spec/v3/apis__flowcontrol.apiserver.k8s.io__v1beta3_openapi.json

                "type": "string"
              },
              "items": {
                "description": "`items` is a list of FlowSchemas.",
                "items": {
                  "allOf": [
                    {
                      "$ref": "#/components/schemas/io.k8s.api.flowcontrol.v1beta3.FlowSchema"
                    }
                  ],
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 232.7K bytes
    - Viewed (0)
Back to top