Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for BufferFlowSchemaSpec (0.22 sec)

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

    		fs.ObjectMeta))
    	BufferFlowSchemaSpec(&buf, &fs.Spec)
    	buf.WriteString(fmt.Sprintf(", Status: %#+v}", fs.Status))
    	return buf.String()
    }
    
    // FmtFlowSchemaSpec produces a golang source expression equivalent to
    // the given spec
    func FmtFlowSchemaSpec(fsSpec *flowcontrol.FlowSchemaSpec) string {
    	var buf bytes.Buffer
    	BufferFlowSchemaSpec(&buf, fsSpec)
    	return buf.String()
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Oct 30 12:18:35 UTC 2023
    - 7.7K bytes
    - Viewed (0)
Back to top