Search Options

Results per page
Sort
Preferred Languages
Advance

Results 91 - 100 of 126 for flowschema (0.21 sec)

  1. staging/src/k8s.io/api/flowcontrol/v1beta1/zz_generated.deepcopy.go

    func (in *FlowSchema) DeepCopyInto(out *FlowSchema) {
    	*out = *in
    	out.TypeMeta = in.TypeMeta
    	in.ObjectMeta.DeepCopyInto(&out.ObjectMeta)
    	in.Spec.DeepCopyInto(&out.Spec)
    	in.Status.DeepCopyInto(&out.Status)
    	return
    }
    
    // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new FlowSchema.
    func (in *FlowSchema) DeepCopy() *FlowSchema {
    	if in == nil {
    		return nil
    	}
    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/apiserver/pkg/apis/flowcontrol/bootstrap/default.go

    	var dm *flowcontrol.FlowDistinguisherMethod
    	if dmType != "" {
    		dm = &flowcontrol.FlowDistinguisherMethod{Type: dmType}
    	}
    	return &flowcontrol.FlowSchema{
    		ObjectMeta: metav1.ObjectMeta{
    			Name: name,
    			Annotations: map[string]string{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Oct 30 12:18:40 UTC 2023
    - 20.5K bytes
    - Viewed (0)
  3. 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)
  4. 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)
  5. 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)
  6. staging/src/k8s.io/api/flowcontrol/v1beta1/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: Fri Nov 13 23:20:39 UTC 2020
    - 1.8K bytes
    - Viewed (0)
  7. 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)
  8. pkg/apis/flowcontrol/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{},
    	)
    	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)
  9. 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)
  10. 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)
Back to top