Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 41 for FlowSchemaStatus (0.43 sec)

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

    func (m *FlowSchemaStatus) Reset()      { *m = FlowSchemaStatus{} }
    func (*FlowSchemaStatus) ProtoMessage() {}
    func (*FlowSchemaStatus) Descriptor() ([]byte, []int) {
    	return fileDescriptor_3a5cb22a034fcb2a, []int{6}
    }
    func (m *FlowSchemaStatus) XXX_Unmarshal(b []byte) error {
    	return m.Unmarshal(b)
    }
    func (m *FlowSchemaStatus) 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/v1beta3/generated.pb.go

    func (m *FlowSchemaStatus) Reset()      { *m = FlowSchemaStatus{} }
    func (*FlowSchemaStatus) ProtoMessage() {}
    func (*FlowSchemaStatus) Descriptor() ([]byte, []int) {
    	return fileDescriptor_52ab6629c083d251, []int{6}
    }
    func (m *FlowSchemaStatus) XXX_Unmarshal(b []byte) error {
    	return m.Unmarshal(b)
    }
    func (m *FlowSchemaStatus) 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)
  3. staging/src/k8s.io/api/flowcontrol/v1/generated.pb.go

    func (m *FlowSchemaStatus) Reset()      { *m = FlowSchemaStatus{} }
    func (*FlowSchemaStatus) ProtoMessage() {}
    func (*FlowSchemaStatus) Descriptor() ([]byte, []int) {
    	return fileDescriptor_5d08a1401821035d, []int{6}
    }
    func (m *FlowSchemaStatus) XXX_Unmarshal(b []byte) error {
    	return m.Unmarshal(b)
    }
    func (m *FlowSchemaStatus) 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)
  4. pkg/registry/flowcontrol/flowschema/strategy.go

    }
    
    // PrepareForCreate clears the status of a flow-schema before creation.
    func (flowSchemaStrategy) PrepareForCreate(ctx context.Context, obj runtime.Object) {
    	fl := obj.(*flowcontrol.FlowSchema)
    	fl.Status = flowcontrol.FlowSchemaStatus{}
    	fl.Generation = 1
    }
    
    // PrepareForUpdate clears fields that are not allowed to be set by end users on update.
    func (flowSchemaStrategy) PrepareForUpdate(ctx context.Context, obj, old runtime.Object) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Oct 30 11:48:22 UTC 2023
    - 6K bytes
    - Viewed (0)
  5. common-protos/k8s.io/api/flowcontrol/v1beta1/generated.proto

      // if it is an empty slice, there will be no requests matching the FlowSchema.
      // +listType=atomic
      // +optional
      repeated PolicyRulesWithSubjects rules = 4;
    }
    
    // FlowSchemaStatus represents the current state of a FlowSchema.
    message FlowSchemaStatus {
      // `conditions` is a list of the current states of FlowSchema.
      // +listType=map
      // +listMapKey=type
      // +optional
      repeated FlowSchemaCondition conditions = 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)
  6. common-protos/k8s.io/api/flowcontrol/v1alpha1/generated.proto

      // if it is an empty slice, there will be no requests matching the FlowSchema.
      // +listType=atomic
      // +optional
      repeated PolicyRulesWithSubjects rules = 4;
    }
    
    // FlowSchemaStatus represents the current state of a FlowSchema.
    message FlowSchemaStatus {
      // `conditions` is a list of the current states of FlowSchema.
      // +listType=map
      // +listMapKey=type
      // +optional
      repeated FlowSchemaCondition conditions = 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)
  7. common-protos/k8s.io/api/flowcontrol/v1beta2/generated.proto

      // if it is an empty slice, there will be no requests matching the FlowSchema.
      // +listType=atomic
      // +optional
      repeated PolicyRulesWithSubjects rules = 4;
    }
    
    // FlowSchemaStatus represents the current state of a FlowSchema.
    message FlowSchemaStatus {
      // `conditions` is a list of the current states of FlowSchema.
      // +listType=map
      // +listMapKey=type
      // +optional
      repeated FlowSchemaCondition conditions = 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)
  8. common-protos/k8s.io/api/flowcontrol/v1beta3/generated.proto

      // if it is an empty slice, there will be no requests matching the FlowSchema.
      // +listType=atomic
      // +optional
      repeated PolicyRulesWithSubjects rules = 4;
    }
    
    // FlowSchemaStatus represents the current state of a FlowSchema.
    message FlowSchemaStatus {
      // `conditions` is a list of the current states of FlowSchema.
      // +listType=map
      // +listMapKey=type
      // +patchMergeKey=type
      // +patchStrategy=merge
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 19.5K bytes
    - Viewed (0)
  9. pkg/apis/flowcontrol/validation/validation_test.go

    		name           string
    		status         *flowcontrol.FlowSchemaStatus
    		expectedErrors field.ErrorList
    	}{{
    		name:           "empty status should work",
    		status:         &flowcontrol.FlowSchemaStatus{},
    		expectedErrors: field.ErrorList{},
    	}, {
    		name: "duplicate key should fail",
    		status: &flowcontrol.FlowSchemaStatus{
    			Conditions: []flowcontrol.FlowSchemaCondition{{
    				Type: "1",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Oct 30 22:22:51 UTC 2023
    - 54.7K bytes
    - Viewed (0)
  10. staging/src/k8s.io/api/flowcontrol/v1beta2/generated.proto

      // if it is an empty slice, there will be no requests matching the FlowSchema.
      // +listType=atomic
      // +optional
      repeated PolicyRulesWithSubjects rules = 4;
    }
    
    // FlowSchemaStatus represents the current state of a FlowSchema.
    message FlowSchemaStatus {
      // `conditions` is a list of the current states of FlowSchema.
      // +listType=map
      // +listMapKey=type
      // +optional
      repeated FlowSchemaCondition conditions = 1;
    }
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 21.4K bytes
    - Viewed (0)
Back to top