Search Options

Results per page
Sort
Preferred Languages
Advance

Results 131 - 140 of 150 for priorityLevelConfiguration (0.31 sec)

  1. pkg/apis/flowcontrol/register.go

    )
    
    // Adds the list of known types to the given scheme.
    func addKnownTypes(scheme *runtime.Scheme) error {
    	scheme.AddKnownTypes(SchemeGroupVersion,
    		&FlowSchema{},
    		&FlowSchemaList{},
    		&PriorityLevelConfiguration{},
    		&PriorityLevelConfigurationList{},
    	)
    	return nil
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Oct 29 04:26:12 UTC 2019
    - 1.7K bytes
    - Viewed (0)
  2. pkg/registry/flowcontrol/rest/storage_flowcontrol.go

    	"k8s.io/kubernetes/pkg/registry/flowcontrol/ensurer"
    	flowschemastore "k8s.io/kubernetes/pkg/registry/flowcontrol/flowschema/storage"
    	prioritylevelconfigurationstore "k8s.io/kubernetes/pkg/registry/flowcontrol/prioritylevelconfiguration/storage"
    )
    
    var _ genericapiserver.PostStartHookProvider = RESTStorageProvider{}
    
    // RESTStorageProvider is a provider of REST storage
    type RESTStorageProvider struct {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Oct 30 12:18:35 UTC 2023
    - 12.3K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/flowcontrol/v1beta2/types_swagger_doc_generated.go

    }
    
    var map_FlowSchemaSpec = map[string]string{
    	"":                           "FlowSchemaSpec describes how the FlowSchema's specification looks like.",
    	"priorityLevelConfiguration": "`priorityLevelConfiguration` should reference a PriorityLevelConfiguration in the cluster. If the reference cannot be resolved, the FlowSchema will be ignored and marked as invalid in its status. Required.",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Sep 17 09:27:57 UTC 2023
    - 21.2K bytes
    - Viewed (0)
  4. staging/src/k8s.io/apiserver/pkg/util/flowcontrol/apf_filter.go

    	// ctx is cancelled or times out.
    	Handle(ctx context.Context,
    		requestDigest RequestDigest,
    		noteFn func(fs *flowcontrol.FlowSchema, pl *flowcontrol.PriorityLevelConfiguration, flowDistinguisher string),
    		workEstimator func() fcrequest.WorkEstimate,
    		queueNoteFn fq.QueueNoteFn,
    		execFn func(),
    	)
    
    	// Run monitors config objects from the main apiservers and causes
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Oct 30 12:18:35 UTC 2023
    - 8K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/flowcontrol/v1beta1/types_swagger_doc_generated.go

    }
    
    var map_FlowSchemaSpec = map[string]string{
    	"":                           "FlowSchemaSpec describes how the FlowSchema's specification looks like.",
    	"priorityLevelConfiguration": "`priorityLevelConfiguration` should reference a PriorityLevelConfiguration in the cluster. If the reference cannot be resolved, the FlowSchema will be ignored and marked as invalid in its status. Required.",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Sep 17 09:27:57 UTC 2023
    - 21.2K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/flowcontrol/v1beta3/generated.pb.go

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

    var xxx_messageInfo_PolicyRulesWithSubjects proto.InternalMessageInfo
    
    func (m *PriorityLevelConfiguration) Reset()      { *m = PriorityLevelConfiguration{} }
    func (*PriorityLevelConfiguration) ProtoMessage() {}
    func (*PriorityLevelConfiguration) Descriptor() ([]byte, []int) {
    	return fileDescriptor_5d08a1401821035d, []int{12}
    }
    func (m *PriorityLevelConfiguration) XXX_Unmarshal(b []byte) error {
    	return m.Unmarshal(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)
  8. 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 *PriorityLevelConfiguration) 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)
  9. staging/src/k8s.io/api/flowcontrol/v1beta1/generated.pb.go

    var xxx_messageInfo_PolicyRulesWithSubjects proto.InternalMessageInfo
    
    func (m *PriorityLevelConfiguration) Reset()      { *m = PriorityLevelConfiguration{} }
    func (*PriorityLevelConfiguration) ProtoMessage() {}
    func (*PriorityLevelConfiguration) Descriptor() ([]byte, []int) {
    	return fileDescriptor_3a5cb22a034fcb2a, []int{12}
    }
    func (m *PriorityLevelConfiguration) XXX_Unmarshal(b []byte) error {
    	return m.Unmarshal(b)
    }
    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/apiserver/pkg/server/filters/priority-and-fairness.go

    		h.handler.ServeHTTP(w, r)
    		return
    	}
    
    	var classification *PriorityAndFairnessClassification
    	noteFn := func(fs *flowcontrol.FlowSchema, pl *flowcontrol.PriorityLevelConfiguration, flowDistinguisher string) {
    		classification = &PriorityAndFairnessClassification{
    			FlowSchemaName:    fs.Name,
    			FlowSchemaUID:     fs.UID,
    			PriorityLevelName: pl.Name,
    			PriorityLevelUID:  pl.UID,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Oct 30 12:18:35 UTC 2023
    - 15.3K bytes
    - Viewed (0)
Back to top