Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for FlowSchemaStatus (0.48 sec)

  1. pkg/registry/flowcontrol/flowschema/strategy.go

    }
    
    // PrepareForCreate clears the status of a flow-schema before creation.
    func (flowSchemaStrategy) PrepareForCreate(ctx context.Context, obj runtime.Object) {
    	fl := obj.(*flowcontrol.FlowSchema)
    	fl.Status = flowcontrol.FlowSchemaStatus{}
    	fl.Generation = 1
    }
    
    // PrepareForUpdate clears fields that are not allowed to be set by end users on update.
    func (flowSchemaStrategy) PrepareForUpdate(ctx context.Context, obj, old runtime.Object) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Oct 30 11:48:22 UTC 2023
    - 6K bytes
    - Viewed (0)
Back to top