Search Options

Results per page
Sort
Preferred Languages
Advance

Results 91 - 100 of 121 for flowschema (0.15 sec)

  1. pkg/registry/flowcontrol/rest/storage_flowcontrol.go

    		return err
    	}
    
    	fsOps := ensurer.NewFlowSchemaOps(clientset.FlowSchemas(), fsLister)
    	return ensurer.EnsureConfigurations(ctx, fsOps, flowcontrolbootstrap.SuggestedFlowSchemas, ensurer.NewSuggestedEnsureStrategy[*flowcontrolv1.FlowSchema]())
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Oct 30 12:18:35 UTC 2023
    - 12.3K bytes
    - Viewed (0)
  2. staging/src/k8s.io/apiserver/pkg/util/flowcontrol/borrowing_test.go

    			fsObjs := make([]*flowcontrol.FlowSchema, 2)
    			plcObjs := make([]*flowcontrol.PriorityLevelConfiguration, 2)
    			usernames := make([]string, 2)
    			cfgObjs := []runtime.Object{}
    			for flow := 0; flow < 2; flow++ {
    				usernames[flow] = fmt.Sprintf("test-user%d", flow)
    				plName := fmt.Sprintf("test-pl%d", flow)
    				fsObjs[flow] = &flowcontrol.FlowSchema{
    					ObjectMeta: metav1.ObjectMeta{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Oct 30 12:18:40 UTC 2023
    - 9K bytes
    - Viewed (0)
  3. staging/src/k8s.io/apiserver/pkg/util/flowcontrol/apf_filter.go

    	// so that a test of competing controllers can supply different
    	// values.
    	AsFieldManager string
    
    	// FoundToDangling maps the boolean indicating whether a
    	// FlowSchema's referenced PLC exists to the boolean indicating
    	// that FlowSchema's status should indicate a dangling reference.
    	// This is a parameter so that we can write tests of what happens
    	// when servers disagree on that bit of Status.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Oct 30 12:18:35 UTC 2023
    - 8K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/flowcontrol/v1beta3/register.go

    	AddToScheme = SchemeBuilder.AddToScheme
    )
    
    // Adds the list of known types to the given scheme.
    func addKnownTypes(scheme *runtime.Scheme) error {
    	scheme.AddKnownTypes(SchemeGroupVersion,
    		&FlowSchema{},
    		&FlowSchemaList{},
    		&PriorityLevelConfiguration{},
    		&PriorityLevelConfigurationList{},
    	)
    	metav1.AddToGroupVersion(scheme, SchemeGroupVersion)
    	return nil
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Sep 21 22:54:19 UTC 2022
    - 1.8K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/flowcontrol/v1/register.go

    	AddToScheme = SchemeBuilder.AddToScheme
    )
    
    // Adds the list of known types to the given scheme.
    func addKnownTypes(scheme *runtime.Scheme) error {
    	scheme.AddKnownTypes(SchemeGroupVersion,
    		&FlowSchema{},
    		&FlowSchemaList{},
    		&PriorityLevelConfiguration{},
    		&PriorityLevelConfigurationList{},
    	)
    	metav1.AddToGroupVersion(scheme, SchemeGroupVersion)
    	return nil
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Oct 30 11:48:22 UTC 2023
    - 1.8K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/flowcontrol/v1beta2/register.go

    	AddToScheme = SchemeBuilder.AddToScheme
    )
    
    // Adds the list of known types to the given scheme.
    func addKnownTypes(scheme *runtime.Scheme) error {
    	scheme.AddKnownTypes(SchemeGroupVersion,
    		&FlowSchema{},
    		&FlowSchemaList{},
    		&PriorityLevelConfiguration{},
    		&PriorityLevelConfigurationList{},
    	)
    	metav1.AddToGroupVersion(scheme, SchemeGroupVersion)
    	return nil
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Sep 07 13:42:13 UTC 2021
    - 1.8K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/flowcontrol/v1/zz_generated.prerelease-lifecycle.go

    // It is controlled by "k8s:prerelease-lifecycle-gen:introduced" tags in types.go.
    func (in *FlowSchema) APILifecycleIntroduced() (major, minor int) {
    	return 1, 29
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 23 17:42:49 UTC 2024
    - 2K bytes
    - Viewed (0)
  8. staging/src/k8s.io/apiserver/pkg/util/flowcontrol/gen_test.go

    	if err != nil {
    		panic(err)
    	}
    	return plc
    }
    
    // A FlowSchema together with characteristics relevant to testing
    type fsTestingRecord struct {
    	fs *flowcontrol.FlowSchema
    	// Does this reference an existing priority level?
    	wellFormed                    bool
    	matchesAllResourceRequests    bool
    	matchesAllNonResourceRequests bool
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Oct 30 12:18:40 UTC 2023
    - 24.8K bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/flowcontrol/v1beta3/generated.pb.go

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

    var xxx_messageInfo_FlowDistinguisherMethod proto.InternalMessageInfo
    
    func (m *FlowSchema) Reset()      { *m = FlowSchema{} }
    func (*FlowSchema) ProtoMessage() {}
    func (*FlowSchema) Descriptor() ([]byte, []int) {
    	return fileDescriptor_5d08a1401821035d, []int{2}
    }
    func (m *FlowSchema) XXX_Unmarshal(b []byte) error {
    	return m.Unmarshal(b)
    }
    func (m *FlowSchema) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
    	b = b[:cap(b)]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 141.8K bytes
    - Viewed (0)
Back to top