Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 27 for DistinguisherMethod (0.34 sec)

  1. pkg/apis/flowcontrol/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: 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

    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: Fri Jul 14 01:00:06 UTC 2023
    - 17.1K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/flowcontrol/v1beta3/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: Fri Jul 14 01:00:06 UTC 2023
    - 17.1K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/flowcontrol/v1beta1/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: Fri Jul 14 01:00:06 UTC 2023
    - 17.1K bytes
    - Viewed (0)
  5. 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)
  6. 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)
  7. 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)
  8. 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)
  9. 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)
  10. staging/src/k8s.io/api/flowcontrol/v1/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: Thu May 23 17:42:49 UTC 2024
    - 31.1K bytes
    - Viewed (0)
Back to top