Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 73 for distinguisherMethod (0.43 sec)

  1. staging/src/k8s.io/apiserver/pkg/util/flowcontrol/apf_filter_test.go

    			Name: fsName,
    		},
    		Spec: flowcontrol.FlowSchemaSpec{
    			MatchingPrecedence: 100,
    			PriorityLevelConfiguration: flowcontrol.PriorityLevelConfigurationReference{
    				Name: plName,
    			},
    			DistinguisherMethod: &flowcontrol.FlowDistinguisherMethod{
    				Type: flowcontrol.FlowDistinguisherMethodByUserType,
    			},
    			Rules: []flowcontrol.PolicyRulesWithSubjects{{
    				Subjects: []flowcontrol.Subject{{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Oct 30 12:18:40 UTC 2023
    - 5.6K bytes
    - Viewed (0)
  2. pkg/apis/flowcontrol/validation/validation.go

    	}
    	if spec.DistinguisherMethod != nil {
    		if !supportedDistinguisherMethods.Has(string(spec.DistinguisherMethod.Type)) {
    			allErrs = append(allErrs, field.NotSupported(fldPath.Child("distinguisherMethod").Child("type"), spec.DistinguisherMethod, supportedDistinguisherMethods.List()))
    		}
    	}
    	if len(spec.PriorityLevelConfiguration.Name) > 0 {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Oct 30 22:22:51 UTC 2023
    - 26.7K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/flowcontrol/v1/zz_generated.deepcopy.go

    func (in *FlowSchemaSpec) DeepCopyInto(out *FlowSchemaSpec) {
    	*out = *in
    	out.PriorityLevelConfiguration = in.PriorityLevelConfiguration
    	if in.DistinguisherMethod != nil {
    		in, out := &in.DistinguisherMethod, &out.DistinguisherMethod
    		*out = new(FlowDistinguisherMethod)
    		**out = **in
    	}
    	if in.Rules != nil {
    		in, out := &in.Rules, &out.Rules
    		*out = make([]PolicyRulesWithSubjects, len(*in))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Oct 30 12:18:41 UTC 2023
    - 17.3K bytes
    - Viewed (0)
  4. pkg/apis/flowcontrol/v1beta3/zz_generated.conversion.go

    		return err
    	}
    	out.MatchingPrecedence = in.MatchingPrecedence
    	out.DistinguisherMethod = (*flowcontrol.FlowDistinguisherMethod)(unsafe.Pointer(in.DistinguisherMethod))
    	out.Rules = *(*[]flowcontrol.PolicyRulesWithSubjects)(unsafe.Pointer(&in.Rules))
    	return nil
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Oct 30 12:18:41 UTC 2023
    - 53.1K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/flowcontrol/v1beta2/types.go

    	// `distinguisherMethod` defines how to compute the flow distinguisher for requests that match this schema.
    	// `nil` specifies that the distinguisher is disabled and thus will always be the empty string.
    	// +optional
    	DistinguisherMethod *FlowDistinguisherMethod `json:"distinguisherMethod,omitempty" protobuf:"bytes,3,opt,name=distinguisherMethod"`
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Sep 17 09:27:57 UTC 2023
    - 31.2K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/flowcontrol/v1beta1/types.go

    	// `distinguisherMethod` defines how to compute the flow distinguisher for requests that match this schema.
    	// `nil` specifies that the distinguisher is disabled and thus will always be the empty string.
    	// +optional
    	DistinguisherMethod *FlowDistinguisherMethod `json:"distinguisherMethod,omitempty" protobuf:"bytes,3,opt,name=distinguisherMethod"`
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Sep 17 09:27:57 UTC 2023
    - 31.2K bytes
    - Viewed (0)
  7. pkg/apis/flowcontrol/v1/zz_generated.conversion.go

    		return err
    	}
    	out.MatchingPrecedence = in.MatchingPrecedence
    	out.DistinguisherMethod = (*flowcontrol.FlowDistinguisherMethod)(unsafe.Pointer(in.DistinguisherMethod))
    	out.Rules = *(*[]flowcontrol.PolicyRulesWithSubjects)(unsafe.Pointer(&in.Rules))
    	return nil
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Oct 30 12:18:41 UTC 2023
    - 52.4K bytes
    - Viewed (0)
  8. pkg/apis/flowcontrol/v1beta1/zz_generated.conversion.go

    		return err
    	}
    	out.MatchingPrecedence = in.MatchingPrecedence
    	out.DistinguisherMethod = (*flowcontrol.FlowDistinguisherMethod)(unsafe.Pointer(in.DistinguisherMethod))
    	out.Rules = *(*[]flowcontrol.PolicyRulesWithSubjects)(unsafe.Pointer(&in.Rules))
    	return nil
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jul 14 01:00:06 UTC 2023
    - 53.5K bytes
    - Viewed (0)
  9. pkg/apis/flowcontrol/v1beta2/zz_generated.conversion.go

    		return err
    	}
    	out.MatchingPrecedence = in.MatchingPrecedence
    	out.DistinguisherMethod = (*flowcontrol.FlowDistinguisherMethod)(unsafe.Pointer(in.DistinguisherMethod))
    	out.Rules = *(*[]flowcontrol.PolicyRulesWithSubjects)(unsafe.Pointer(&in.Rules))
    	return nil
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jul 14 01:00:06 UTC 2023
    - 53.5K bytes
    - Viewed (0)
  10. staging/src/k8s.io/api/flowcontrol/v1beta3/types.go

    	// `distinguisherMethod` defines how to compute the flow distinguisher for requests that match this schema.
    	// `nil` specifies that the distinguisher is disabled and thus will always be the empty string.
    	// +optional
    	DistinguisherMethod *FlowDistinguisherMethod `json:"distinguisherMethod,omitempty" protobuf:"bytes,3,opt,name=distinguisherMethod"`
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Oct 30 22:22:51 UTC 2023
    - 31.9K bytes
    - Viewed (0)
Back to top