Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 41 for FlowSchemaStatus (0.18 sec)

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

      // if it is an empty slice, there will be no requests matching the FlowSchema.
      // +listType=atomic
      // +optional
      repeated PolicyRulesWithSubjects rules = 4;
    }
    
    // FlowSchemaStatus represents the current state of a FlowSchema.
    message FlowSchemaStatus {
      // `conditions` is a list of the current states of FlowSchema.
      // +listType=map
      // +listMapKey=type
      // +optional
      repeated FlowSchemaCondition conditions = 1;
    }
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 21.4K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/flowcontrol/v1/generated.proto

      // if it is an empty slice, there will be no requests matching the FlowSchema.
      // +listType=atomic
      // +optional
      repeated PolicyRulesWithSubjects rules = 4;
    }
    
    // FlowSchemaStatus represents the current state of a FlowSchema.
    message FlowSchemaStatus {
      // `conditions` is a list of the current states of FlowSchema.
      // +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)
  3. staging/src/k8s.io/api/flowcontrol/v1beta1/generated.proto

      // if it is an empty slice, there will be no requests matching the FlowSchema.
      // +listType=atomic
      // +optional
      repeated PolicyRulesWithSubjects rules = 4;
    }
    
    // FlowSchemaStatus represents the current state of a FlowSchema.
    message FlowSchemaStatus {
      // `conditions` is a list of the current states of FlowSchema.
      // +listType=map
      // +listMapKey=type
      // +optional
      repeated FlowSchemaCondition conditions = 1;
    }
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 21.4K bytes
    - Viewed (0)
  4. pkg/apis/flowcontrol/types.go

    	// "*" matches all non-resource urls. if it is present, it must be the only entry.
    	// +listType=set
    	// Required.
    	NonResourceURLs []string
    }
    
    // FlowSchemaStatus represents the current state of a FlowSchema.
    type FlowSchemaStatus struct {
    	// `conditions` is a list of the current states of FlowSchema.
    	// +listType=map
    	// +listMapKey=type
    	// +patchMergeKey=type
    	// +patchStrategy=merge
    	// +optional
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Oct 30 22:22:51 UTC 2023
    - 24.3K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/flowcontrol/v1beta1/types.go

    	// +listType=set
    	// Required.
    	NonResourceURLs []string `json:"nonResourceURLs" protobuf:"bytes,6,rep,name=nonResourceURLs"`
    }
    
    // FlowSchemaStatus represents the current state of a FlowSchema.
    type FlowSchemaStatus struct {
    	// `conditions` is a list of the current states of FlowSchema.
    	// +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)
  6. staging/src/k8s.io/api/flowcontrol/v1beta2/types.go

    	// +listType=set
    	// Required.
    	NonResourceURLs []string `json:"nonResourceURLs" protobuf:"bytes,6,rep,name=nonResourceURLs"`
    }
    
    // FlowSchemaStatus represents the current state of a FlowSchema.
    type FlowSchemaStatus struct {
    	// `conditions` is a list of the current states of FlowSchema.
    	// +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/v1/types_swagger_doc_generated.go

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

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

    	// +listType=set
    	// Required.
    	NonResourceURLs []string `json:"nonResourceURLs" protobuf:"bytes,6,rep,name=nonResourceURLs"`
    }
    
    // FlowSchemaStatus represents the current state of a FlowSchema.
    type FlowSchemaStatus struct {
    	// `conditions` is a list of the current states of FlowSchema.
    	// +listType=map
    	// +listMapKey=type
    	// +patchMergeKey=type
    	// +patchStrategy=merge
    	// +optional
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 23 17:42:49 UTC 2024
    - 31.1K bytes
    - Viewed (0)
  10. staging/src/k8s.io/api/flowcontrol/v1beta3/types.go

    	// +listType=set
    	// Required.
    	NonResourceURLs []string `json:"nonResourceURLs" protobuf:"bytes,6,rep,name=nonResourceURLs"`
    }
    
    // FlowSchemaStatus represents the current state of a FlowSchema.
    type FlowSchemaStatus struct {
    	// `conditions` is a list of the current states of FlowSchema.
    	// +listType=map
    	// +listMapKey=type
    	// +patchMergeKey=type
    	// +patchStrategy=merge
    	// +optional
    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