Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 53 for FlowSchemaSpec (0.24 sec)

  1. pkg/apis/flowcontrol/zz_generated.deepcopy.go

    			(*in)[i].DeepCopyInto(&(*out)[i])
    		}
    	}
    	return
    }
    
    // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new FlowSchemaSpec.
    func (in *FlowSchemaSpec) DeepCopy() *FlowSchemaSpec {
    	if in == nil {
    		return nil
    	}
    	out := new(FlowSchemaSpec)
    	in.DeepCopyInto(out)
    	return out
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jul 14 01:00:06 UTC 2023
    - 17.1K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/flowcontrol/v1beta2/zz_generated.deepcopy.go

    			(*in)[i].DeepCopyInto(&(*out)[i])
    		}
    	}
    	return
    }
    
    // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new FlowSchemaSpec.
    func (in *FlowSchemaSpec) DeepCopy() *FlowSchemaSpec {
    	if in == nil {
    		return nil
    	}
    	out := new(FlowSchemaSpec)
    	in.DeepCopyInto(out)
    	return out
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jul 14 01:00:06 UTC 2023
    - 17.1K bytes
    - Viewed (0)
  3. pkg/apis/flowcontrol/v1beta1/defaults.go

    	PriorityLevelConfigurationDefaultAssuredConcurrencyShares int32 = 30
    )
    
    // SetDefaults_FlowSchema sets default values for flow schema
    func SetDefaults_FlowSchemaSpec(spec *v1beta1.FlowSchemaSpec) {
    	if spec.MatchingPrecedence == 0 {
    		spec.MatchingPrecedence = FlowSchemaDefaultMatchingPrecedence
    	}
    }
    
    func SetDefaults_ExemptPriorityLevelConfiguration(eplc *v1beta1.ExemptPriorityLevelConfiguration) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jul 14 00:47:58 UTC 2023
    - 2.3K bytes
    - Viewed (0)
  4. pkg/apis/flowcontrol/v1beta2/defaults.go

    	PriorityLevelConfigurationDefaultAssuredConcurrencyShares int32 = 30
    )
    
    // SetDefaults_FlowSchema sets default values for flow schema
    func SetDefaults_FlowSchemaSpec(spec *v1beta2.FlowSchemaSpec) {
    	if spec.MatchingPrecedence == 0 {
    		spec.MatchingPrecedence = FlowSchemaDefaultMatchingPrecedence
    	}
    }
    
    func SetDefaults_ExemptPriorityLevelConfiguration(eplc *v1beta2.ExemptPriorityLevelConfiguration) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jul 14 00:47:58 UTC 2023
    - 2.3K bytes
    - Viewed (0)
  5. pkg/apis/flowcontrol/v1/defaults.go

    	PriorityLevelConfigurationDefaultNominalConcurrencyShares int32 = 30
    )
    
    // SetDefaults_FlowSchema sets default values for flow schema
    func SetDefaults_FlowSchemaSpec(spec *v1.FlowSchemaSpec) {
    	if spec.MatchingPrecedence == 0 {
    		spec.MatchingPrecedence = FlowSchemaDefaultMatchingPrecedence
    	}
    }
    
    func SetDefaults_ExemptPriorityLevelConfiguration(eplc *v1.ExemptPriorityLevelConfiguration) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Oct 30 12:18:40 UTC 2023
    - 2.3K bytes
    - Viewed (0)
  6. pkg/apis/flowcontrol/v1beta3/defaults.go

    	PriorityLevelConfigurationDefaultNominalConcurrencyShares int32 = 30
    )
    
    // SetDefaults_FlowSchema sets default values for flow schema
    func SetDefaults_FlowSchemaSpec(spec *v1beta3.FlowSchemaSpec) {
    	if spec.MatchingPrecedence == 0 {
    		spec.MatchingPrecedence = FlowSchemaDefaultMatchingPrecedence
    	}
    }
    
    // SetDefaults_PriorityLevelConfiguration sets the default values for a
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Oct 30 22:22:51 UTC 2023
    - 3K bytes
    - Viewed (0)
  7. 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)
  8. staging/src/k8s.io/apiserver/pkg/util/flowcontrol/apf_filter_test.go

    	username := "test-user"
    	fsName := "test-fs"
    	lendable := int32(0)
    	borrowingLimit := int32(0)
    	fsObj = &flowcontrol.FlowSchema{
    		ObjectMeta: metav1.ObjectMeta{
    			Name: fsName,
    		},
    		Spec: flowcontrol.FlowSchemaSpec{
    			MatchingPrecedence: 100,
    			PriorityLevelConfiguration: flowcontrol.PriorityLevelConfigurationReference{
    				Name: plName,
    			},
    			DistinguisherMethod: &flowcontrol.FlowDistinguisherMethod{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Oct 30 12:18:40 UTC 2023
    - 5.6K bytes
    - Viewed (0)
  9. 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)
  10. 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)
Back to top