kubernetes/test/integration/apiserver/flowcontrol/fs_condition_test.go

func TestConditionIsolation(t *testing.T) {}

func getCondition(conds []flowcontrol.FlowSchemaCondition, condType flowcontrol.FlowSchemaConditionType) *flowcontrol.FlowSchemaCondition {}

// makeFlowSchemaConditionPatch takes in a condition and returns the patch status as a json.
func makeFlowSchemaConditionPatch(condition flowcontrol.FlowSchemaCondition) ([]byte, error) {}

func fmtFS(t *testing.T, fs *flowcontrol.FlowSchema) string {}