Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 8 of 8 for FlowSchemaSpec (0.23 sec)

  1. staging/src/k8s.io/api/flowcontrol/v1beta1/generated.pb.go

    func (m *FlowSchemaSpec) Reset()      { *m = FlowSchemaSpec{} }
    func (*FlowSchemaSpec) ProtoMessage() {}
    func (*FlowSchemaSpec) Descriptor() ([]byte, []int) {
    	return fileDescriptor_3a5cb22a034fcb2a, []int{5}
    }
    func (m *FlowSchemaSpec) XXX_Unmarshal(b []byte) error {
    	return m.Unmarshal(b)
    }
    func (m *FlowSchemaSpec) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 142K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/flowcontrol/v1beta2/generated.pb.go

    func (m *FlowSchemaSpec) Reset()      { *m = FlowSchemaSpec{} }
    func (*FlowSchemaSpec) ProtoMessage() {}
    func (*FlowSchemaSpec) Descriptor() ([]byte, []int) {
    	return fileDescriptor_2e620af2eea53237, []int{5}
    }
    func (m *FlowSchemaSpec) XXX_Unmarshal(b []byte) error {
    	return m.Unmarshal(b)
    }
    func (m *FlowSchemaSpec) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 142K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/flowcontrol/v1beta3/generated.pb.go

    func (m *FlowSchemaSpec) Reset()      { *m = FlowSchemaSpec{} }
    func (*FlowSchemaSpec) ProtoMessage() {}
    func (*FlowSchemaSpec) Descriptor() ([]byte, []int) {
    	return fileDescriptor_52ab6629c083d251, []int{5}
    }
    func (m *FlowSchemaSpec) XXX_Unmarshal(b []byte) error {
    	return m.Unmarshal(b)
    }
    func (m *FlowSchemaSpec) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 141.9K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/flowcontrol/v1/generated.pb.go

    func (m *FlowSchemaSpec) Reset()      { *m = FlowSchemaSpec{} }
    func (*FlowSchemaSpec) ProtoMessage() {}
    func (*FlowSchemaSpec) Descriptor() ([]byte, []int) {
    	return fileDescriptor_5d08a1401821035d, []int{5}
    }
    func (m *FlowSchemaSpec) XXX_Unmarshal(b []byte) error {
    	return m.Unmarshal(b)
    }
    func (m *FlowSchemaSpec) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 141.8K bytes
    - Viewed (0)
  5. pkg/printers/internalversion/printers.go

    		{Name: "MatchingPrecedence", Type: "string", Description: flowcontrolv1.FlowSchemaSpec{}.SwaggerDoc()["matchingPrecedence"]},
    		{Name: "DistinguisherMethod", Type: "string", Description: flowcontrolv1.FlowSchemaSpec{}.SwaggerDoc()["distinguisherMethod"]},
    		{Name: "Age", Type: "string", Description: metav1.ObjectMeta{}.SwaggerDoc()["creationTimestamp"]},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 14:04:15 UTC 2024
    - 128.3K bytes
    - Viewed (0)
  6. pkg/printers/internalversion/printers_test.go

    		{
    			fs: flowcontrol.FlowSchema{
    				ObjectMeta: metav1.ObjectMeta{
    					Name:              "all-matcher",
    					CreationTimestamp: metav1.Time{Time: time.Now().Add(1.9e9)},
    				},
    				Spec: flowcontrol.FlowSchemaSpec{
    					PriorityLevelConfiguration: flowcontrol.PriorityLevelConfigurationReference{Name: "allee"},
    					MatchingPrecedence:         math.MaxInt32,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 14:04:15 UTC 2024
    - 218.6K bytes
    - Viewed (0)
  7. api/openapi-spec/v3/apis__flowcontrol.apiserver.k8s.io__v1beta3_openapi.json

                "kind": "FlowSchemaList",
                "version": "v1beta3"
              }
            ]
          },
          "io.k8s.api.flowcontrol.v1beta3.FlowSchemaSpec": {
            "description": "FlowSchemaSpec describes how the FlowSchema's specification looks like.",
            "properties": {
              "distinguisherMethod": {
                "allOf": [
                  {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 232.7K bytes
    - Viewed (0)
  8. api/openapi-spec/v3/apis__flowcontrol.apiserver.k8s.io__v1_openapi.json

                "group": "flowcontrol.apiserver.k8s.io",
                "kind": "FlowSchemaList",
                "version": "v1"
              }
            ]
          },
          "io.k8s.api.flowcontrol.v1.FlowSchemaSpec": {
            "description": "FlowSchemaSpec describes how the FlowSchema's specification looks like.",
            "properties": {
              "distinguisherMethod": {
                "allOf": [
                  {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 231.7K bytes
    - Viewed (0)
Back to top