Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 43 for FlowSchemaCondition (0.69 sec)

  1. staging/src/k8s.io/api/flowcontrol/v1beta3/types_swagger_doc_generated.go

    }
    
    func (FlowSchema) SwaggerDoc() map[string]string {
    	return map_FlowSchema
    }
    
    var map_FlowSchemaCondition = map[string]string{
    	"":                   "FlowSchemaCondition describes conditions for a FlowSchema.",
    	"type":               "`type` is the type of the condition. Required.",
    	"status":             "`status` is the status of the condition. Can be True, False, Unknown. Required.",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jul 14 01:00:06 UTC 2023
    - 21.5K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/flowcontrol/v1beta1/types_swagger_doc_generated.go

    }
    
    func (FlowSchema) SwaggerDoc() map[string]string {
    	return map_FlowSchema
    }
    
    var map_FlowSchemaCondition = map[string]string{
    	"":                   "FlowSchemaCondition describes conditions for a FlowSchema.",
    	"type":               "`type` is the type of the condition. Required.",
    	"status":             "`status` is the status of the condition. Can be True, False, Unknown. Required.",
    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/api/flowcontrol/v1beta2/types_swagger_doc_generated.go

    }
    
    func (FlowSchema) SwaggerDoc() map[string]string {
    	return map_FlowSchema
    }
    
    var map_FlowSchemaCondition = map[string]string{
    	"":                   "FlowSchemaCondition describes conditions for a FlowSchema.",
    	"type":               "`type` is the type of the condition. Required.",
    	"status":             "`status` is the status of the condition. Can be True, False, Unknown. Required.",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Sep 17 09:27:57 UTC 2023
    - 21.2K bytes
    - Viewed (0)
  4. pkg/apis/flowcontrol/validation/validation_test.go

    		status:         &flowcontrol.FlowSchemaStatus{},
    		expectedErrors: field.ErrorList{},
    	}, {
    		name: "duplicate key should fail",
    		status: &flowcontrol.FlowSchemaStatus{
    			Conditions: []flowcontrol.FlowSchemaCondition{{
    				Type: "1",
    			}, {
    				Type: "1",
    			}},
    		},
    		expectedErrors: field.ErrorList{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Oct 30 22:22:51 UTC 2023
    - 54.7K bytes
    - Viewed (0)
  5. staging/src/k8s.io/apiserver/pkg/util/flowcontrol/gen_test.go

    		ftr.wellFormed = false
    		dangleStatus = flowcontrol.ConditionTrue
    	}
    	fs.Status.Conditions = []flowcontrol.FlowSchemaCondition{{
    		Type:   flowcontrol.FlowSchemaConditionDangling,
    		Status: dangleStatus}}
    	fs.Spec.MatchingPrecedence = rng.Int31n(9997) + 2
    	if rng.Float32() < 0.8 {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Oct 30 12:18:40 UTC 2023
    - 24.8K bytes
    - Viewed (0)
  6. pkg/apis/flowcontrol/validation/validation.go

    	return ValidateFlowSchemaStatus(&fs.Status, field.NewPath("status"))
    }
    
    // ValidateFlowSchemaCondition validates condition in the flow-schema's status.
    func ValidateFlowSchemaCondition(condition *flowcontrol.FlowSchemaCondition, fldPath *field.Path) field.ErrorList {
    	var allErrs field.ErrorList
    	if len(condition.Type) == 0 {
    		allErrs = append(allErrs, field.Required(fldPath.Child("type"), "must not be empty"))
    	}
    	return allErrs
    }
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Oct 30 22:22:51 UTC 2023
    - 26.7K bytes
    - Viewed (0)
  7. api/openapi-spec/v3/apis__flowcontrol.apiserver.k8s.io__v1beta3_openapi.json

                "group": "flowcontrol.apiserver.k8s.io",
                "kind": "FlowSchema",
                "version": "v1beta3"
              }
            ]
          },
          "io.k8s.api.flowcontrol.v1beta3.FlowSchemaCondition": {
            "description": "FlowSchemaCondition describes conditions for a FlowSchema.",
            "properties": {
              "lastTransitionTime": {
                "allOf": [
                  {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 232.7K bytes
    - Viewed (0)
  8. api/openapi-spec/v3/apis__flowcontrol.apiserver.k8s.io__v1_openapi.json

                "group": "flowcontrol.apiserver.k8s.io",
                "kind": "FlowSchema",
                "version": "v1"
              }
            ]
          },
          "io.k8s.api.flowcontrol.v1.FlowSchemaCondition": {
            "description": "FlowSchemaCondition describes conditions for a FlowSchema.",
            "properties": {
              "lastTransitionTime": {
                "allOf": [
                  {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 231.7K bytes
    - Viewed (0)
  9. pkg/generated/openapi/zz_generated.openapi.go

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

    							Verbs:           all,
    							NonResourceURLs: all,
    						}},
    					}},
    				},
    				Status: flowcontrol.FlowSchemaStatus{
    					Conditions: []flowcontrol.FlowSchemaCondition{{
    						Type:               flowcontrol.FlowSchemaConditionDangling,
    						Status:             "True",
    						LastTransitionTime: metav1.Time{Time: time.Now().Add(-time.Hour)},
    					}},
    				},
    			},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 14:04:15 UTC 2024
    - 218.6K bytes
    - Viewed (0)
Back to top