Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for flowSchemaSpecEqual (0.46 sec)

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

    }
    
    func flowSchemaReplaceSpec(into, from *flowcontrolv1.FlowSchema) *flowcontrolv1.FlowSchema {
    	copy := into.DeepCopy()
    	copy.Spec = *from.Spec.DeepCopy()
    	return copy
    }
    
    func flowSchemaSpecEqual(expected, actual *flowcontrolv1.FlowSchema) bool {
    	copiedExpectedSpec := expected.Spec.DeepCopy()
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Oct 30 12:18:35 UTC 2023
    - 1.6K bytes
    - Viewed (0)
Back to top