Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for FlowSchemaCondition (0.21 sec)

  1. staging/src/k8s.io/apiserver/pkg/util/flowcontrol/apf_controller.go

    }
    
    // A buffered set of status updates for FlowSchemas
    type fsStatusUpdate struct {
    	flowSchema *flowcontrol.FlowSchema
    	condition  flowcontrol.FlowSchemaCondition
    	oldValue   flowcontrol.FlowSchemaCondition
    }
    
    // digestConfigObjects is given all the API objects that configure
    // cfgCtlr and writes its consequent new configState.
    // Only invoke this in the one and only worker goroutine
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 48.8K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/flowcontrol/v1/types.go

    	// +listMapKey=type
    	// +patchMergeKey=type
    	// +patchStrategy=merge
    	// +optional
    	Conditions []FlowSchemaCondition `json:"conditions,omitempty" patchStrategy:"merge" patchMergeKey:"type" protobuf:"bytes,1,rep,name=conditions"`
    }
    
    // FlowSchemaCondition describes conditions for a FlowSchema.
    type FlowSchemaCondition struct {
    	// `type` is the type of the condition.
    	// Required.
    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