Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 41 for FlowSchemaStatus (0.48 sec)

  1. staging/src/k8s.io/api/flowcontrol/v1beta1/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: Sun Sep 17 09:27:57 UTC 2023
    - 21.2K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/flowcontrol/v1beta2/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: Sun Sep 17 09:27:57 UTC 2023
    - 21.2K bytes
    - Viewed (0)
  3. staging/src/k8s.io/apiserver/pkg/util/flowcontrol/apf_controller.go

    		WithMessage(fsUpdate.condition.Message)
    
    	return flowcontrolapplyconfiguration.FlowSchema(fsUpdate.flowSchema.Name).
    		WithStatus(flowcontrolapplyconfiguration.FlowSchemaStatus().
    			WithConditions(condition),
    		)
    }
    
    // shouldDelayUpdate checks to see if a flowschema has been updated too often and returns true if a delay is needed.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 48.8K bytes
    - Viewed (0)
  4. pkg/apis/flowcontrol/validation/validation.go

    }
    
    const nsErrIntro = "each member of this list must be '*' or a DNS-1123 label; "
    
    // ValidateFlowSchemaStatus validates status for the flow-schema.
    func ValidateFlowSchemaStatus(status *flowcontrol.FlowSchemaStatus, fldPath *field.Path) field.ErrorList {
    	var allErrs field.ErrorList
    	keys := sets.NewString()
    	for i, condition := range status.Conditions {
    		if keys.Has(string(condition.Type)) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Oct 30 22:22:51 UTC 2023
    - 26.7K bytes
    - Viewed (0)
  5. api/openapi-spec/v3/apis__flowcontrol.apiserver.k8s.io__v1beta3_openapi.json

              }
            },
            "required": [
              "priorityLevelConfiguration"
            ],
            "type": "object"
          },
          "io.k8s.api.flowcontrol.v1beta3.FlowSchemaStatus": {
            "description": "FlowSchemaStatus represents the current state of a FlowSchema.",
            "properties": {
              "conditions": {
                "description": "`conditions` is a list of the current states of FlowSchema.",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 232.7K bytes
    - Viewed (0)
  6. api/openapi-spec/v3/apis__flowcontrol.apiserver.k8s.io__v1_openapi.json

              }
            },
            "required": [
              "priorityLevelConfiguration"
            ],
            "type": "object"
          },
          "io.k8s.api.flowcontrol.v1.FlowSchemaStatus": {
            "description": "FlowSchemaStatus represents the current state of a FlowSchema.",
            "properties": {
              "conditions": {
                "description": "`conditions` is a list of the current states of FlowSchema.",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 231.7K bytes
    - Viewed (0)
  7. pkg/generated/openapi/zz_generated.openapi.go

    							Default:     map[string]interface{}{},
    							Ref:         ref("k8s.io/api/flowcontrol/v1.FlowSchemaStatus"),
    						},
    					},
    				},
    			},
    		},
    		Dependencies: []string{
    			"k8s.io/api/flowcontrol/v1.FlowSchemaSpec", "k8s.io/api/flowcontrol/v1.FlowSchemaStatus", "k8s.io/apimachinery/pkg/apis/meta/v1.ObjectMeta"},
    	}
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3M bytes
    - Viewed (0)
  8. pkg/printers/internalversion/printers_test.go

    						}},
    						NonResourceRules: []flowcontrol.NonResourcePolicyRule{{
    							Verbs:           all,
    							NonResourceURLs: all,
    						}},
    					}},
    				},
    				Status: flowcontrol.FlowSchemaStatus{
    					Conditions: []flowcontrol.FlowSchemaCondition{{
    						Type:               flowcontrol.FlowSchemaConditionDangling,
    						Status:             "True",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 14:04:15 UTC 2024
    - 218.6K bytes
    - Viewed (0)
  9. staging/src/k8s.io/cli-runtime/artifacts/openapi/swagger-with-shared-parameters.json

            }
          },
          "required": [
            "priorityLevelConfiguration"
          ],
          "type": "object"
        },
        "io.k8s.api.flowcontrol.v1beta2.FlowSchemaStatus": {
          "description": "FlowSchemaStatus represents the current state of a FlowSchema.",
          "properties": {
            "conditions": {
              "description": "`conditions` is a list of the current states of FlowSchema.",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 2.3M bytes
    - Viewed (0)
  10. api/openapi-spec/swagger.json

            }
          },
          "required": [
            "priorityLevelConfiguration"
          ],
          "type": "object"
        },
        "io.k8s.api.flowcontrol.v1.FlowSchemaStatus": {
          "description": "FlowSchemaStatus represents the current state of a FlowSchema.",
          "properties": {
            "conditions": {
              "description": "`conditions` is a list of the current states of FlowSchema.",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3.1M bytes
    - Viewed (0)
Back to top