Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 39 for PriorityLevelConfigurationStatus (0.4 sec)

  1. staging/src/k8s.io/api/flowcontrol/v1/generated.proto

      // for `ExemptPriorityLevelConfiguration` apply.
      // +optional
      optional ExemptPriorityLevelConfiguration exempt = 3;
    }
    
    // PriorityLevelConfigurationStatus represents the current state of a "request-priority".
    message PriorityLevelConfigurationStatus {
      // `conditions` is the current state of "request-priority".
      // +listType=map
      // +listMapKey=type
      // +patchMergeKey=type
      // +patchStrategy=merge
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 21.6K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/flowcontrol/v1beta1/generated.proto

      // for `ExemptPriorityLevelConfiguration` apply.
      // +optional
      optional ExemptPriorityLevelConfiguration exempt = 3;
    }
    
    // PriorityLevelConfigurationStatus represents the current state of a "request-priority".
    message PriorityLevelConfigurationStatus {
      // `conditions` is the current state of "request-priority".
      // +listType=map
      // +listMapKey=type
      // +optional
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 21.4K bytes
    - Viewed (0)
  3. pkg/apis/flowcontrol/types.go

    // PriorityLevelConfigurationConditionType is a valid value for PriorityLevelConfigurationStatusCondition.Type
    type PriorityLevelConfigurationConditionType string
    
    // PriorityLevelConfigurationStatus represents the current state of a "request-priority".
    type PriorityLevelConfigurationStatus struct {
    	// `conditions` is the current state of "request-priority".
    	// +listType=map
    	// +listMapKey=type
    	// +patchMergeKey=type
    	// +patchStrategy=merge
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Oct 30 22:22:51 UTC 2023
    - 24.3K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/flowcontrol/v1beta1/types.go

    // PriorityLevelConfigurationConditionType is a valid value for PriorityLevelConfigurationStatusCondition.Type
    type PriorityLevelConfigurationConditionType string
    
    // PriorityLevelConfigurationStatus represents the current state of a "request-priority".
    type PriorityLevelConfigurationStatus struct {
    	// `conditions` is the current state of "request-priority".
    	// +listType=map
    	// +listMapKey=type
    	// +optional
    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. pkg/registry/flowcontrol/prioritylevelconfiguration/strategy.go

    func (priorityLevelConfigurationStrategy) PrepareForCreate(ctx context.Context, obj runtime.Object) {
    	pl := obj.(*flowcontrol.PriorityLevelConfiguration)
    	pl.Status = flowcontrol.PriorityLevelConfigurationStatus{}
    	pl.Generation = 1
    }
    
    // PrepareForUpdate clears fields that are not allowed to be set by end users on update.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jan 26 20:55:50 UTC 2024
    - 8.9K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/flowcontrol/v1beta2/types.go

    // PriorityLevelConfigurationConditionType is a valid value for PriorityLevelConfigurationStatusCondition.Type
    type PriorityLevelConfigurationConditionType string
    
    // PriorityLevelConfigurationStatus represents the current state of a "request-priority".
    type PriorityLevelConfigurationStatus struct {
    	// `conditions` is the current state of "request-priority".
    	// +listType=map
    	// +listMapKey=type
    	// +optional
    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. staging/src/k8s.io/api/flowcontrol/v1beta3/types.go

    // PriorityLevelConfigurationConditionType is a valid value for PriorityLevelConfigurationStatusCondition.Type
    type PriorityLevelConfigurationConditionType string
    
    // PriorityLevelConfigurationStatus represents the current state of a "request-priority".
    type PriorityLevelConfigurationStatus struct {
    	// `conditions` is the current state of "request-priority".
    	// +listType=map
    	// +listMapKey=type
    	// +patchMergeKey=type
    	// +patchStrategy=merge
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Oct 30 22:22:51 UTC 2023
    - 31.9K bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/flowcontrol/v1/types_swagger_doc_generated.go

    }
    
    var map_PriorityLevelConfigurationStatus = map[string]string{
    	"":           "PriorityLevelConfigurationStatus represents the current state of a \"request-priority\".",
    	"conditions": "`conditions` is the current state of \"request-priority\".",
    }
    
    func (PriorityLevelConfigurationStatus) SwaggerDoc() map[string]string {
    	return map_PriorityLevelConfigurationStatus
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Oct 30 22:22:51 UTC 2023
    - 21.7K bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/flowcontrol/v1beta3/types_swagger_doc_generated.go

    }
    
    var map_PriorityLevelConfigurationStatus = map[string]string{
    	"":           "PriorityLevelConfigurationStatus represents the current state of a \"request-priority\".",
    	"conditions": "`conditions` is the current state of \"request-priority\".",
    }
    
    func (PriorityLevelConfigurationStatus) SwaggerDoc() map[string]string {
    	return map_PriorityLevelConfigurationStatus
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jul 14 01:00:06 UTC 2023
    - 21.5K bytes
    - Viewed (0)
  10. staging/src/k8s.io/api/flowcontrol/v1/types.go

    // PriorityLevelConfigurationConditionType is a valid value for PriorityLevelConfigurationStatusCondition.Type
    type PriorityLevelConfigurationConditionType string
    
    // PriorityLevelConfigurationStatus represents the current state of a "request-priority".
    type PriorityLevelConfigurationStatus struct {
    	// `conditions` is the current state of "request-priority".
    	// +listType=map
    	// +listMapKey=type
    	// +patchMergeKey=type
    	// +patchStrategy=merge
    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