Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 13 for PriorityLevelEnablement (0.4 sec)

  1. staging/src/k8s.io/api/flowcontrol/v1/types.go

    }
    
    // PriorityLevelEnablement indicates whether limits on execution are enabled for the priority level
    type PriorityLevelEnablement string
    
    // Supported priority level enablement values.
    const (
    	// PriorityLevelEnablementExempt means that requests are not subject to limits
    	PriorityLevelEnablementExempt PriorityLevelEnablement = "Exempt"
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 23 17:42:49 UTC 2024
    - 31.1K bytes
    - Viewed (0)
  2. pkg/apis/flowcontrol/types.go

    	Exempt *ExemptPriorityLevelConfiguration
    }
    
    // PriorityLevelEnablement indicates whether limits on execution are enabled for the priority level
    type PriorityLevelEnablement string
    
    // Supported priority level enablement values.
    const (
    	// PriorityLevelEnablementExempt means that requests are not subject to limits
    	PriorityLevelEnablementExempt PriorityLevelEnablement = "Exempt"
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Oct 30 22:22:51 UTC 2023
    - 24.3K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/flowcontrol/v1beta1/types.go

    }
    
    // PriorityLevelEnablement indicates whether limits on execution are enabled for the priority level
    type PriorityLevelEnablement string
    
    // Supported priority level enablement values.
    const (
    	// PriorityLevelEnablementExempt means that requests are not subject to limits
    	PriorityLevelEnablementExempt PriorityLevelEnablement = "Exempt"
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Sep 17 09:27:57 UTC 2023
    - 31.2K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/flowcontrol/v1beta2/types.go

    }
    
    // PriorityLevelEnablement indicates whether limits on execution are enabled for the priority level
    type PriorityLevelEnablement string
    
    // Supported priority level enablement values.
    const (
    	// PriorityLevelEnablementExempt means that requests are not subject to limits
    	PriorityLevelEnablementExempt PriorityLevelEnablement = "Exempt"
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Sep 17 09:27:57 UTC 2023
    - 31.2K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/flowcontrol/v1beta3/types.go

    }
    
    // PriorityLevelEnablement indicates whether limits on execution are enabled for the priority level
    type PriorityLevelEnablement string
    
    // Supported priority level enablement values.
    const (
    	// PriorityLevelEnablementExempt means that requests are not subject to limits
    	PriorityLevelEnablementExempt PriorityLevelEnablement = "Exempt"
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Oct 30 22:22:51 UTC 2023
    - 31.9K bytes
    - Viewed (0)
  6. pkg/apis/flowcontrol/v1beta3/zz_generated.conversion.go

    	out.Type = flowcontrol.PriorityLevelEnablement(in.Type)
    	out.Limited = (*flowcontrol.LimitedPriorityLevelConfiguration)(unsafe.Pointer(in.Limited))
    	out.Exempt = (*flowcontrol.ExemptPriorityLevelConfiguration)(unsafe.Pointer(in.Exempt))
    	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)
  7. pkg/apis/flowcontrol/v1/zz_generated.conversion.go

    func autoConvert_v1_PriorityLevelConfigurationSpec_To_flowcontrol_PriorityLevelConfigurationSpec(in *v1.PriorityLevelConfigurationSpec, out *flowcontrol.PriorityLevelConfigurationSpec, s conversion.Scope) error {
    	out.Type = flowcontrol.PriorityLevelEnablement(in.Type)
    	if in.Limited != nil {
    		in, out := &in.Limited, &out.Limited
    		*out = new(flowcontrol.LimitedPriorityLevelConfiguration)
    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

    	out.Type = flowcontrol.PriorityLevelEnablement(in.Type)
    	if in.Limited != nil {
    		in, out := &in.Limited, &out.Limited
    		*out = new(flowcontrol.LimitedPriorityLevelConfiguration)
    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

    	out.Type = flowcontrol.PriorityLevelEnablement(in.Type)
    	if in.Limited != nil {
    		in, out := &in.Limited, &out.Limited
    		*out = new(flowcontrol.LimitedPriorityLevelConfiguration)
    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/v1beta1/generated.pb.go

    			}
    			postIndex := iNdEx + intStringLen
    			if postIndex < 0 {
    				return ErrInvalidLengthGenerated
    			}
    			if postIndex > l {
    				return io.ErrUnexpectedEOF
    			}
    			m.Type = PriorityLevelEnablement(dAtA[iNdEx:postIndex])
    			iNdEx = postIndex
    		case 2:
    			if wireType != 2 {
    				return fmt.Errorf("proto: wrong wireType = %d for field Limited", wireType)
    			}
    			var msglen int
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 142K bytes
    - Viewed (0)
Back to top